Files

8 lines
223 B
Bash
Raw Permalink Normal View History

2026-07-12 13:47:34 +04:00
clear
# Get all record of Booking
# curl -X GET -H 'Content-Type: application/json' localhost:8080/booking
# Get only one record of Booking by id 1
curl -X GET -H 'Content-Type: application/json' localhost:8080/booking/1