extract evepraisal from apraisal

This commit is contained in:
2023-11-16 09:54:23 +01:00
parent f115381955
commit 98ce81dfb2
7 changed files with 43 additions and 30 deletions

View File

@@ -67,11 +67,11 @@ export default defineConfig(({ mode }) => {
followRedirects: true,
rewrite: path => path.replace(/^\/pocketbase/, ''),
},
'/appraisal/': {
'/evepraisal/': {
target: env.EVEPRAISAL_URL,
changeOrigin: true,
followRedirects: true,
rewrite: path => path.replace(/^\/appraisal/, ''),
rewrite: path => path.replace(/^\/evepraisal/, ''),
},
'/esi/': {
target: env.ESI_URL,