We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290b4d9 commit 475a324Copy full SHA for 475a324
1 file changed
README.md
@@ -53,7 +53,7 @@ The app is now serving two api endpoints
53
You can login with a user preconfigured during Kickstart, `teller@example.com` with the password of `password` and `applicationId` by calling:
54
55
```sh
56
-curl --location 'https://local.fusionauth.io/api/login' \
+curl --location 'http://localhost:9011/api/login' \
57
--header 'Authorization: this_really_should_be_a_long_random_alphanumeric_value_but_this_still_works' \
58
--header 'Content-Type: application/json' \
59
--data-raw '{
0 commit comments