From 0c38c382657be103d6f8e578b88c062cedb5a9bd Mon Sep 17 00:00:00 2001 From: recursive-0 Date: Thu, 6 Nov 2025 12:19:08 +0530 Subject: [PATCH] . --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index a54a5bf..0af0ab6 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,4 +16,4 @@ export const LOCAL_API_URL = "http://localhost:8000" // } // } -export const BASE_URL = LOCAL_API_URL \ No newline at end of file +export const BASE_URL = API_URL \ No newline at end of file