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: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'https://wx-dev.vateud.de',
|
target: 'http://localhost:3030',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
// secure: false,
|
// secure: false,
|
||||||
// ws: true,
|
// ws: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user