Skip to content

Commit

Permalink
docs: fix API endpoint in README.md to prevent 404 error (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: Hank <[email protected]>
  • Loading branch information
HankGuo93 and Hank authored Dec 23, 2024
1 parent 19e9b1d commit 2241d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Finally, you can run the server:
flask run
```

Go to [http://localhost:6060/api/users/](http://localhost:6060/api/users/) to view the API.
Go to [http://localhost:6060/api/users](http://localhost:6060/api/users) to view the API.

### Node

Expand Down

0 comments on commit 2241d74

Please sign in to comment.