Skip to content

Commit 83af809

Browse files
authored
Update readme.md
1 parent 1283f7f commit 83af809

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
@@ -53,12 +53,12 @@ Testes Unitários
5353
Windows:
5454

5555
```bash
56-
Invoke-WebRequest -Uri http://localhost:8080/products -Method POST -Headers @{"Content-Type"="application/json"} -Body '{"name":"Notebook Gamer","description":"Notebook para jogos","price":5999.99,"category":"Eletronicos"}'
56+
Invoke-WebRequest -Uri http://localhost:4444/products -Method POST -Headers @{"Content-Type"="application/json"} -Body '{"name":"Notebook Gamer","description":"Notebook para jogos","price":5999.99,"category":"Eletronicos"}'
5757
```
5858
No linux:
5959

6060
```bash
61-
curl -X POST http://localhost:8080/products \
61+
curl -X POST http://localhost:4444/products \
6262
-H "Content-Type: application/json" \
6363
-d '{"name":"Notebook Gamer","description":"Notebook para jogos","price":5999.99,"category":"Eletronicos"}'
6464
```

0 commit comments

Comments
 (0)