Skip to content

Commit 475a324

Browse files
committed
Corrected location of FusionAuth install
1 parent 290b4d9 commit 475a324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The app is now serving two api endpoints
5353
You can login with a user preconfigured during Kickstart, `teller@example.com` with the password of `password` and `applicationId` by calling:
5454

5555
```sh
56-
curl --location 'https://local.fusionauth.io/api/login' \
56+
curl --location 'http://localhost:9011/api/login' \
5757
--header 'Authorization: this_really_should_be_a_long_random_alphanumeric_value_but_this_still_works' \
5858
--header 'Content-Type: application/json' \
5959
--data-raw '{

0 commit comments

Comments
 (0)