Initial commit
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
clear
|
||||
|
||||
# We will create the first booking for the very first table with a reservation for 1 hour
|
||||
curl -X POST -H 'Content-Type: application/json' -d '{"id_tables":1,"reservation":"2000-01-01T12:00:00Z","time_reserve":"01:00","who_booked":"Ivan 1"}' localhost:8080/booking --silent
|
||||
Reference in New Issue
Block a user