This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
sc-portal/app/proxy.conf.js
2021-04-07 14:26:28 +03:00

8 lines
147 B
JavaScript

module.exports = {
'/api': {
target: 'https://localhost:8443',
secure: false,
pathRewrite: {'^/api': ''},
logLevel: 'debug'
}
}