12345678910111213141516 |
- module.exports = {
- devServer: {
- proxy: {
- "/api": {
- //target: "http://localhost:57260/",
- //target: "http://training.provision-sa.com:82/",
- target: "https://www.pvsl.co.za:86/",
- changeOrigin: true
- },
- "/nph-srep": {
- target: "http://www.unipoint-consoft.co.za",
- changeOrigin: true
- }
- }
- }
- };
|