From a0b7803148537ba7f1d8537bcfeeb95cbd649aff Mon Sep 17 00:00:00 2001 From: Suriya Date: Wed, 20 May 2026 18:10:21 +0530 Subject: [PATCH] cors apifix --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 0312892..bfdd65d 100644 --- a/server.js +++ b/server.js @@ -20,7 +20,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url)) const PORT = Number(process.env.PORT) || 3000 const SECRET = (process.env.HASURA_ADMIN_SECRET || '').trim() const TARGET_LEGACY = 'https://api.workolik.com' -const TARGET_REST = 'https://fiesta.nearle.app' +const TARGET_REST = 'https://jupiter.nearle.app' if (!SECRET) { console.warn('[xpress-docs] WARNING: HASURA_ADMIN_SECRET is not set. Proxied API calls will be sent without auth.')