BrainWare-test/web-app/proxy.conf.json
Christopher J. Walker a3edc97584 Update Angular client
2024-02-22 17:33:44 -05:00

11 lines
161 B
JSON

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