DigitalConsumer.FixMyGlass/vue.config.js

13 lines
No EOL
271 B
JavaScript

module.exports = {
publicPath: '/',
devServer: {
port: 8080,
proxy: {
'api/v1/content*':{
target: 'https://localhost:44360/',
ws: false,
changeOrigin: true
}
}
}
}