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:
@@ -67,7 +67,11 @@ export default defineConfig(() => ({
|
||||
server: {
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://localhost:3100/",
|
||||
target: {
|
||||
host: "127.0.0.1",
|
||||
port: 3100
|
||||
},
|
||||
changeOrigin: false
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user