pocketbase login
This commit is contained in:
@@ -24,6 +24,12 @@ export default defineConfig(({ mode }) => {
|
||||
followRedirects: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
'/pocketbase/': {
|
||||
target: `https://${env.POCKET_BASE_URL}/`,
|
||||
changeOrigin: true,
|
||||
followRedirects: true,
|
||||
rewrite: (path) => path.replace(/^\/pocketbase/, ''),
|
||||
},
|
||||
'/appraisal/': {
|
||||
target: `https://${env.EVEPRAISAL_URL}/`,
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user