fix api proxy, route urls and filters
This commit is contained in:
10
frontend-frame/vue.config.js
Normal file
10
frontend-frame/vue.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api/': {
|
||||
target: 'http://localhost:3000',
|
||||
changeOrigin: true
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user