URL change to chellaris.net
This commit is contained in:
parent
6130b331e6
commit
e637dc1889
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue