From e21a475b0c02133b377bcf50949dbe9e3235b3c8 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 9 Sep 2023 19:39:44 +0200 Subject: [PATCH] Prod URL in consts --- src/lib/components/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/consts.ts b/src/lib/components/consts.ts index de9f2a5..ee213af 100644 --- a/src/lib/components/consts.ts +++ b/src/lib/components/consts.ts @@ -1,2 +1,2 @@ -export const apiBaseUrl = 'https://wip.chellaris.net/api'; +export const apiBaseUrl = 'https://www.chellaris.net/api'; export const MACHINE_GROUP_ID = 12; \ No newline at end of file