From 07e93ee5fd5bee4cb7d54f825bccd5cd1574a7ae Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:32:35 -0300 Subject: [PATCH] Update requests.http --- apps/api/requests.http | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/api/requests.http b/apps/api/requests.http index 1dbeaeb..495df97 100644 --- a/apps/api/requests.http +++ b/apps/api/requests.http @@ -14,7 +14,7 @@ GET http://localhost:3002/v0/jobs/active HTTP/1.1 ### Scrape Website POST http://localhost:3002/v0/crawl HTTP/1.1 -Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46 +Authorization: Bearer content-type: application/json { @@ -29,6 +29,8 @@ content-type: application/json + + ### Scrape Website POST http://localhost:3002/v0/scrape HTTP/1.1 Authorization: Bearer @@ -42,7 +44,7 @@ content-type: application/json ### Check Job Status GET http://localhost:3002/v0/crawl/status/a6053912-d602-4709-841f-3d2cb46fea0a HTTP/1.1 -Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46 +Authorization: Bearer ### Get Job Result