1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Uses 127.0.0.1 instead

This commit is contained in:
Amir Raminfar
2023-02-08 10:24:05 -08:00
parent a03d83676f
commit 050666a39c

View File

@@ -67,7 +67,11 @@ export default defineConfig(() => ({
server: {
proxy: {
"/api": {
target: "http://localhost:3100/",
target: {
host: "127.0.0.1",
port: 3100
},
changeOrigin: false
},
},
},