From a9f342b85e8342c86e32e061bc1afb6669447353 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 17 Jun 2026 16:02:35 +0300 Subject: fix: 0x0 authorization --- wk.fo/upload.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wk.fo/upload.html') diff --git a/wk.fo/upload.html b/wk.fo/upload.html index 6578afd..ed919da 100644 --- a/wk.fo/upload.html +++ b/wk.fo/upload.html @@ -41,7 +41,7 @@ button { cursor: pointer; }

curl

-
curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://wk.fo/
+
curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/