From 2c233bd3213cab52bdb493313d86a45b86dd90b4 Mon Sep 17 00:00:00 2001 From: Rafael Miller <150964962+rafaelsideguide@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:48:48 -0300 Subject: [PATCH] Update requests.http --- 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 5d99bce9..8aa3788d 100644 --- a/apps/api/requests.http +++ b/apps/api/requests.http @@ -19,7 +19,7 @@ Authorization: Bearer {{$dotenv TEST_API_KEY}} content-type: application/json { - "url": "v" + "url": "firecrawl.dev" } ### Check Crawl Status @@ -74,4 +74,4 @@ content-type: application/json "description": { "type": "string" }, "mainProduct": { "type": "string" } } -} \ No newline at end of file +}