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 205d6ac commit 2aa30c5Copy full SHA for 2aa30c5
README.md
@@ -35,7 +35,7 @@ pulling the docker image and successfully running that includes StudentAppBacken
35
36
Signup
37
```bash
38
- curl -X POST http://localhost:8080/auth/signup \
+ curl -X POST http://localhost:8080/auth/signup \
39
-H "Content-Type: application/json" \
40
-d '{
41
"name": "Student Name",
@@ -46,7 +46,7 @@ Signup
46
47
Login
48
49
-curl -X POST http://localhost:8080/auth/login \
+curl -X POST http://localhost:8080/auth/login \
50
51
52
"email": "student@example.com",
0 commit comments