From 163e6a54b953c86664cef3551ce9d11c196b8a8b Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 11 Dec 2022 21:18:31 +0100 Subject: refactor: Correct addresses --- code/app/src/configuration/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'code') diff --git a/code/app/src/configuration/index.ts b/code/app/src/configuration/index.ts index a0ec66d..8e4334f 100644 --- a/code/app/src/configuration/index.ts +++ b/code/app/src/configuration/index.ts @@ -1,6 +1,6 @@ -export const BASE_DOMAIN = "stage.greatoffice.app"; -export const DEV_BASE_DOMAIN = "http://localhost"; -export const API_ADDRESS = "https://api." + BASE_DOMAIN; +export const APP_ADDRESS = "https://stage.greatoffice.app"; +export const API_ADDRESS = "https://stage-api.greatoffice.app"; +export const DEV_APP_ADDRESS = "http://localhost"; export const DEV_API_ADDRESS = "http://localhost:5000"; export function api_base(path: string = "", explicitVersion = 1): string { -- cgit v1.3