From e637dc18894eb4f70ad57961bbf330655b03da09 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 11 Jun 2023 14:23:56 +0200 Subject: [PATCH] URL change to chellaris.net --- components/server/fetchers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/server/fetchers.ts b/components/server/fetchers.ts index 443112f..98301ae 100644 --- a/components/server/fetchers.ts +++ b/components/server/fetchers.ts @@ -5,7 +5,7 @@ type Parameter = { val: string | number } -const baseUrl = 'http://stellaris.neshweb.net/api/v2' +const baseUrl = 'https://www.chellaris.net/api/v2' export const generateUrl = (url: string, params?: Parameter[]) => { let query: string = baseUrl + url;