Fix prod api url

This commit is contained in:
pikiou
2021-11-30 16:09:36 +01:00
parent a84c329040
commit 6541de5ff9
7 changed files with 11 additions and 6 deletions

View File

@@ -55,5 +55,6 @@ module.exports = {
__CLIENT__: true,
__SERVER__: true,
__DEV__: true,
__LOCAL__: false,
},
}