From 41591ac31cc63369f5295438f5a8db51cb438976 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Wed, 19 Feb 2025 11:19:20 +0000 Subject: [PATCH] oops, fixed Signed-off-by: Ben Hall --- frontend/src/js/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/js/constants.js b/frontend/src/js/constants.js index c8be3f2..223d642 100644 --- a/frontend/src/js/constants.js +++ b/frontend/src/js/constants.js @@ -1,5 +1,5 @@ -export const IMPORT_API_URL = env.IMPORT_API_URL || "http://localhost:8083" -export const API_URL = env.API_URL || "http://localhost:8081" +export const IMPORT_API_URL = env.IMPORT_API_URL || "https://import-api.ticketsbot.cloud" +export const API_URL = env.API_URL || "https://api.ticketsbot.cloud" export const PLACEHOLDER_DOCS_URL = "https://docs.ticketsbot.cloud/setup/placeholders.html" export const OAUTH = {