mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://127.0.0.1:8081',
|
|
changeOrigin: true,
|
|
},
|
|
},
|
|
},
|
|
};
|