This commit is contained in:
2023-07-26 13:23:06 +02:00
parent a593241f16
commit 963f57e48e

View File

@@ -15,7 +15,7 @@ export default defineConfig({
port: 3000, port: 3000,
strictPort: true, strictPort: true,
proxy: { proxy: {
'/api': { '/api/': {
target: 'https://api.eveal.shendai.rip/', target: 'https://api.eveal.shendai.rip/',
changeOrigin: true, changeOrigin: true,
followRedirects: true, followRedirects: true,