add proxy table
This commit is contained in:
parent
2bdf8ecae2
commit
7d4c4d3c97
@ -56,6 +56,11 @@ module.exports = {
|
||||
assetsRoot: path.resolve(__dirname, '../../backend/dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/chainetv/',
|
||||
proxyTable: {
|
||||
'/api/v1/chaine': {
|
||||
target: 'chainetv/api/v1/chaine',
|
||||
changOrigin: false
|
||||
}
|
||||
|
||||
/**
|
||||
* Source Maps
|
||||
|
Loading…
Reference in New Issue
Block a user