mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 03:54:47 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
6
examples/db/dropTable/curl/dropTable.sh
Executable file
6
examples/db/dropTable/curl/dropTable.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
curl "http://localhost:8080/db/DropTable" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
||||
-d '{
|
||||
"table": "users"
|
||||
}'
|
||||
Reference in New Issue
Block a user