BrainWare-test/web-app/proxy.conf.json
Christopher J. Walker 7be749bea2 Add Angular client
2024-02-22 17:12:04 -05:00

11 lines
159 B
JSON

{
"/api": {
"target": "http://localhost:5242",
"secure": false
},
"/swagger": {
"target": "http://localhost:5242",
"secure": false
}
}