mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Ensure 127.0.0.1 is used as host (not just localhost)
This commit is contained in:
parent
1fb43f5c5b
commit
5b1daec683
|
@ -29,6 +29,7 @@ export default defineConfig({
|
|||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
host: '127.0.0.1',
|
||||
port: 3000,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user