use goonpraisal

This commit is contained in:
2023-09-16 12:11:38 +02:00
parent 145af06874
commit 4301c84b33
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
EVEAL_API_URL=https://api.eveal.shendai.rip/
EVEPRAISAL_URL=https://evepraisal.shendai.rip/
EVEPRAISAL_URL=https://appraise.imperium.nexus/
ESI_URL=https://esi.evetech.net/latest/

View File

@@ -30,7 +30,7 @@ export default defineConfig(({ mode }) => {
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/appraisal/': {
target: 'https://evepraisal.shendai.rip/',
target: 'https://appraise.imperium.nexus/',
changeOrigin: true,
followRedirects: true,
rewrite: (path) => path.replace(/^\/appraisal/, ''),