evepraisal id

This commit is contained in:
2023-07-26 11:06:01 +02:00
parent 8c4d532788
commit 18dc329932
3 changed files with 34 additions and 2 deletions

View File

@@ -20,6 +20,12 @@ export default defineConfig({
changeOrigin: true,
followRedirects: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/appraisal/': {
target: 'https://evepraisal.shendai.rip/',
changeOrigin: true,
followRedirects: true,
rewrite: (path) => path.replace(/^\/appraisal/, ''),
}
}
},