mirror of
https://github.com/dotFionn/iassure-wx.git
synced 2026-03-21 06:22:56 -05:00
set proxy to local container
This commit is contained in:
@@ -11,7 +11,7 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://wx-dev.vateud.de',
|
||||
target: 'http://localhost:3030',
|
||||
changeOrigin: true,
|
||||
// secure: false,
|
||||
// ws: true,
|
||||
|
||||
Reference in New Issue
Block a user