Skip to content

Commit

Permalink
docs: fix API endpoint in README.md to prevent 404 error
Browse files Browse the repository at this point in the history
The API endpoint in the README included an extra trailing slash ('/')
which caused a 404 error. Updated the endpoint to remove the slash
and ensure the URL works correctly.
  • Loading branch information
Hank committed Dec 23, 2024
1 parent 19e9b1d commit 1765a0a
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 1765a0a

Please sign in to comment.