use goonpraisal
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
EVEAL_API_URL=https://api.eveal.shendai.rip/
|
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/
|
ESI_URL=https://esi.evetech.net/latest/
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export default defineConfig(({ mode }) => {
|
|||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
},
|
},
|
||||||
'/appraisal/': {
|
'/appraisal/': {
|
||||||
target: 'https://evepraisal.shendai.rip/',
|
target: 'https://appraise.imperium.nexus/',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
followRedirects: true,
|
followRedirects: true,
|
||||||
rewrite: (path) => path.replace(/^\/appraisal/, ''),
|
rewrite: (path) => path.replace(/^\/appraisal/, ''),
|
||||||
|
|||||||
Reference in New Issue
Block a user