We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013a555 commit 8dca14dCopy full SHA for 8dca14d
README.md
@@ -17,7 +17,7 @@ npm start
17
### API
18
#### Sign Up
19
20
-Example (POST) : http://127.0.0.1:4000/api/auth/signin
+Example (POST) : http://127.0.0.1:4000/api/auth/signup
21
```json
22
{
23
"username":"admin",
@@ -26,7 +26,7 @@ Example (POST) : http://127.0.0.1:4000/api/auth/signin
26
```
27
#### Sign In
28
29
-Example (POST) : http://127.0.0.1:4000/api/auth/signup
+Example (POST) : http://127.0.0.1:4000/api/auth/signin
30
31
32
0 commit comments