Skip to content

Commit 8dca14d

Browse files
authored
Update README.md
1 parent 013a555 commit 8dca14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm start
1717
### API
1818
#### Sign Up
1919

20-
Example (POST) : http://127.0.0.1:4000/api/auth/signin
20+
Example (POST) : http://127.0.0.1:4000/api/auth/signup
2121
```json
2222
{
2323
"username":"admin",
@@ -26,7 +26,7 @@ Example (POST) : http://127.0.0.1:4000/api/auth/signin
2626
```
2727
#### Sign In
2828

29-
Example (POST) : http://127.0.0.1:4000/api/auth/signup
29+
Example (POST) : http://127.0.0.1:4000/api/auth/signin
3030
```json
3131
{
3232
"username":"admin",

0 commit comments

Comments
 (0)