From 51d7ae4aa2aad264be388eabdc140fa61acfd397 Mon Sep 17 00:00:00 2001 From: Sagnik Date: Sat, 18 Apr 2026 22:12:33 +0530 Subject: [PATCH] chore(api): point deployed backend to velocity.desineuron.in/api --- app/src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/lib/api.ts b/app/src/lib/api.ts index 0c2a6cbb..362c06a3 100644 --- a/app/src/lib/api.ts +++ b/app/src/lib/api.ts @@ -1,5 +1,5 @@ const rawApiBase = import.meta.env.VITE_API_URL?.trim(); -const DEPLOYED_BACKEND_ORIGIN = 'https://api.desineuron.in'; +const DEPLOYED_BACKEND_ORIGIN = 'https://velocity.desineuron.in'; function getBrowserOrigin() { if (typeof window !== 'undefined' && window.location?.origin) {