From 2241d743b7713ac65df17dd8b4216db8ed4324a9 Mon Sep 17 00:00:00 2001 From: HankGuo <52509416+HankGuo93@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:49:13 +0800 Subject: [PATCH] docs: fix API endpoint in README.md to prevent 404 error (#217) Co-authored-by: Hank --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1042d22..9277fcc 100644 --- a/README.md +++ b/README.md @@ -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