Files
time-cafe-web-app/cmd/014_DELETE_Tables.sh
2026-07-12 13:47:34 +04:00

5 lines
138 B
Bash
Executable File

clear
# They decided to remove one table from the establishment. It was a table with id 6
curl -X DELETE localhost:8080/table/6 --silent