Skip to content

Commit 92ed952

Browse files
authored
Update README.md
1 parent 3341c8b commit 92ed952

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,30 @@ curl -X DELETE http://localhost:8080/api/destinations/42
125125
curl -X DELETE http://localhost:8080/api/destinations
126126
```
127127

128-
### ✅ Manual Testing
129-
Verified with cURL
128+
## ✅ Manual Testing Snapshots with cURL
130129

131-
#### 🔹 Create Destination
132-
<img width="287" alt="image" src="https://github.com/user-attachments/assets/ea4f461b-de57-4ba0-a38d-4e43fdde7074" />
130+
### 🔹 Create Destination
131+
<img width="287" alt="Create Destination" src="https://github.com/user-attachments/assets/ea4f461b-de57-4ba0-a38d-4e43fdde7074" />
133132

133+
---
134134

135-
####🔹 Get All Destinations
136-
<img width="726" alt="image" src="https://github.com/user-attachments/assets/732678e4-7e46-4078-a692-5bacfafbc189" />
135+
### 🔹 Get All Destinations
136+
<img width="726" alt="Get All Destinations" src="https://github.com/user-attachments/assets/732678e4-7e46-4078-a692-5bacfafbc189" />
137137

138-
####🔹 Get Destination by ID
139-
<img width="722" alt="image" src="https://github.com/user-attachments/assets/4a41a0cd-64a7-4191-997d-d0b30f310deb" />
138+
---
140139

140+
### 🔹 Get Destination by ID
141+
<img width="722" alt="Get Destination by ID" src="https://github.com/user-attachments/assets/4a41a0cd-64a7-4191-997d-d0b30f310deb" />
142+
143+
---
144+
145+
### 🔹 Update Destination by ID
146+
<img width="500" alt="Update Destination by ID" src="https://github.com/user-attachments/assets/d4a229cf-456e-4c5b-9336-91b9d26c6329" />
147+
148+
---
149+
150+
### 🔹 Delete Destination by ID
151+
<img width="289" alt="Delete Destination by ID" src="https://github.com/user-attachments/assets/e86f5665-a678-43ff-bff0-4caf2eda1574" />
141152

142153

143154

0 commit comments

Comments
 (0)