From e5e01040b270e6c58196805e844a3264677aa335 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 2 Aug 2025 00:59:35 -0600 Subject: [PATCH] chore: Restore the dev setting for a variable. --- src/constants/app.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants/app.ts b/src/constants/app.ts index 6ec4c685..0d172dcc 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -19,7 +19,8 @@ export enum AppString { PROD_PARTNER_API_SERVER = "https://partner-api.endorser.ch", TEST_PARTNER_API_SERVER = "https://test-partner-api.endorser.ch", - LOCAL_PARTNER_API_SERVER = "http://127.0.0.1:3002", + // eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values + LOCAL_PARTNER_API_SERVER = "http://127.0.0.1:3000", PROD_PUSH_SERVER = "https://timesafari.app", TEST1_PUSH_SERVER = "https://test.timesafari.app",