Skip to content

Commit 2aa30c5

Browse files
authored
Update README.md
1 parent 205d6ac commit 2aa30c5

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
@@ -35,7 +35,7 @@ pulling the docker image and successfully running that includes StudentAppBacken
3535

3636
Signup
3737
```bash
38-
curl -X POST http://localhost:8080/auth/signup \
38+
curl -X POST http://localhost:8080/auth/signup \
3939
-H "Content-Type: application/json" \
4040
-d '{
4141
"name": "Student Name",
@@ -46,7 +46,7 @@ Signup
4646

4747
Login
4848
```bash
49-
curl -X POST http://localhost:8080/auth/login \
49+
curl -X POST http://localhost:8080/auth/login \
5050
-H "Content-Type: application/json" \
5151
-d '{
5252
"email": "student@example.com",

0 commit comments

Comments
 (0)