|
|
@@ -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
|