Skip to content

Commit 4a13248

Browse files
Update README.md
1 parent 6d1a53d commit 4a13248

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
- Ketikan codenya di terminal vs code (gambar dibawah)
2-
- php -S localhost:8000
1+
- Run DI Terminal VSCODE php -S localhost:8000
2+
- Ketikan Codenya Di Terminal VSCODE (gambar dibawah)
33
---
44
<p align="center">
5-
6-
<img src="https://github.com/user-attachments/assets/76ea183b-437c-4515-8b8c-e88a2f7ab672" height="240px" width="480px" alt="NightRunners02" />
7-
</a>
5+
<img src="https://github.com/user-attachments/assets/76ea183b-437c-4515-8b8c-e88a2f7ab672" height="240px" width="480px" alt="NightRunners02" />
6+
</p>
87

98
<p align="center">
10-
11-
GET http://localhost:8000/api/product <br>
12-
GET http://localhost:8000/api/product/{id} <br>
13-
POST http://localhost:8000/api/product <br>
14-
PUT http://localhost:8000/api/product/{id} <br>
15-
DELETE http://localhost:8000/api/product/{id} <br>
9+
- GET http://localhost:8000/api/product <br>
10+
- GET http://localhost:8000/api/product/{id} <br>
11+
- POST http://localhost:8000/api/product <br>
12+
- PUT http://localhost:8000/api/product/{id} <br>
13+
- DELETE http://localhost:8000/api/product/{id} <br>
14+
</p>
1615

1716
---
1817
<details>

0 commit comments

Comments
 (0)