mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
refactor: Fix path for creating initial user in dev script (#69)
Just a small fix in the `develop.sh` script to pick up the new create initial user route
This commit is contained in:
@ -18,7 +18,7 @@ function create_initial_user() {
|
||||
curl -X POST \
|
||||
-d "{\"email\": \"$EMAIL\", \"username\": \"$USERNAME\", \"organization\": \"$ORGANIZATION\", \"password\": \"$PASSWORD\"}" \
|
||||
-H 'Content-Type:application/json' \
|
||||
http://localhost:3000/api/v2/users
|
||||
http://localhost:3000/api/v2/user
|
||||
}
|
||||
|
||||
# Do initial build - a dev build for coderd.
|
||||
|
Reference in New Issue
Block a user