forked from spacebar/SplatNet
Change hardcoded api url for dynamic one
This commit is contained in:
parent
ba0814eecd
commit
90f3982c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const API_URL = "https://api.splatcord.ink/prod/s1rotations";
|
||||
const API_URL = `${CONFIG.API_BASE_URL}/api/v1/boss`;
|
||||
|
||||
function stageNames(stages, lang = "en-US") {
|
||||
return stages.map(s => s.translatedNames[lang]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue