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;