Files
time-cafe-web-app/cmd/014_DELETE_Tables.sh
T

5 lines
138 B
Bash
Raw Normal View History

2026-07-12 13:47:34 +04:00
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