diff --git a/web_src/config/index.js b/web_src/config/index.js index 816143c24..f6feae798 100644 --- a/web_src/config/index.js +++ b/web_src/config/index.js @@ -10,7 +10,9 @@ module.exports = { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', - proxyTable: {}, + proxyTable: { + '/server/': 'http://127.0.0.1/showdoc/' + }, // Various Dev Server settings host: 'localhost', // can be overwritten by process.env.HOST