feat: add openconnect
This commit is contained in:
+2
-2
@@ -120,12 +120,12 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8052',
|
||||
target: process.env.VITE_PROXY_TARGET || 'http://localhost:8052',
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
},
|
||||
'/openapi': {
|
||||
target: 'http://localhost:8052',
|
||||
target: process.env.VITE_PROXY_TARGET || 'http://localhost:8052',
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user