U web update

pull/22/head
vapao 2020-01-10 12:37:56 +08:00
parent b585548ef8
commit 6d15833753
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ module.exports = function (app) {
target: 'http://127.0.0.1:8000',
changeOrigin: true,
ws: true,
headers: {'X-Real-IP': '127.0.0.1'},
pathRewrite: {
'^/api': ''
}