From 251b96b2024eb941ceeafa67639a1731babd42ff Mon Sep 17 00:00:00 2001 From: Subhosjx Date: Mon, 6 Oct 2025 21:08:06 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92788ed..0e18d26 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ VITE_HUGGINGFACE_API_KEY=your_api_key_here ### Authentication -The platform uses Clerk for authentication. To access protected endpoints, include the session token in the request headers: +The platform uses Clerk for authentication. To access protected endpoints, include the session token in the request headers (modify youself as per the requirements): ```javascript headers: { From 67925d7a2c7aa02704e5ad6629a3e642e4e94325 Mon Sep 17 00:00:00 2001 From: Subhosjx Date: Mon, 6 Oct 2025 21:11:46 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e18d26..15bc5ea 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ headers: { ### RESTful endpoint for querying and managing your database #### URL - https://wzmpiaqjnegnitfnahue.supabase.co - +### Diagrams and workflows ## 🏗️ Code Architecture ### Frontend Structure