From 693dc14d9b5efb3de5f72629044bdf42a42703a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Sat, 31 Aug 2024 00:08:24 +0200 Subject: [PATCH] remove invalid keys --- apps/api/requests.http | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/requests.http b/apps/api/requests.http index 5d55b481..3e7bd2b7 100644 --- a/apps/api/requests.http +++ b/apps/api/requests.http @@ -1,6 +1,6 @@ ### Crawl Website POST http://localhost:3002/v0/scrape HTTP/1.1 -Authorization: Bearer fc-4e6259caf03b42a4b6c9261e0f96e673 +Authorization: Bearer fc- content-type: application/json { @@ -9,7 +9,7 @@ content-type: application/json ### Check Job Status GET http://localhost:3002/v1/crawl/1dd0f924-a36f-4b96-94ea-32ed954dac67 HTTP/1.1 -Authorization: Bearer fc-4e6259caf03b42a4b6c9261e0f96e673 +Authorization: Bearer fc- ### Check Job Status