Files
glkvm-cloud/html/vue.config.js
T
Jianhui Zhao a5b528d3a7 Add ui to execute the command
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-12-23 21:37:16 +08:00

16 lines
256 B
Go

module.exports = {
devServer: {
proxy: {
'/devs': {
target: 'http://127.0.0.1:5912'
},
'/login': {
target: 'http://127.0.0.1:5912'
},
'/cmd': {
target: 'http://127.0.0.1:5912'
}
}
}
}