Skip to content

Commit a445eda

Browse files
authored
Update README.md
updated for https enabled
1 parent b48774e commit a445eda

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,15 @@ 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 https://localhost:8080/auth/signup \
3939
-H "Content-Type: application/json" \
40-
-d '{
41-
"name": "Student Name",
42-
"email": "student@example.com",
43-
"password": "password123"
44-
}'
40+
-d '{"name":"SasvathRN", "email": "sasvathrn@rnss.com", "password":"password123"}'
4541
```
46-
4742
Login
4843
```bash
49-
curl -X POST http://localhost:8080/auth/login \
44+
curl https://localhost:8080/auth/login \
5045
-H "Content-Type: application/json" \
51-
-d '{
52-
"email": "student@example.com",
53-
"password": "password123"
54-
}'
46+
-d '{"email":"rajesh@example.com","password":"password123"}'
5547
```
5648

5749

0 commit comments

Comments
 (0)