1
0
Fork 0

URL change to chellaris.net

This commit is contained in:
Neshura 2023-06-11 14:23:56 +02:00
parent 6130b331e6
commit e637dc1889
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -5,7 +5,7 @@ type Parameter = {
val: string | number 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[]) => { export const generateUrl = (url: string, params?: Parameter[]) => {
let query: string = baseUrl + url; let query: string = baseUrl + url;