W/o Actor

This commit is contained in:
Leonid Kaganov
2025-08-22 04:02:17 +03:00
parent c39aab015c
commit 468b140e8d
11 changed files with 352 additions and 465 deletions
+1
View File
@@ -72,5 +72,6 @@ delete() {
local tmpfile
tmpfile=$(mktemp)
curl -i -s -X DELETE "$URL/$1" -H "Authorization: Bearer ${TOKEN}" | tr -d '\r' > "$tmpfile"
# curl -v -i -s -X DELETE "$URL/$1" -H "Authorization: Bearer ${TOKEN}" | tr -d '\r' > "$tmpfile"
api ${tmpfile}
}