Initial commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user