BrainWare-test/web-app/proxy.conf.json

11 lines
161 B
JSON
Raw Normal View History

2024-02-22 22:12:04 +00:00
{
"/api": {
2024-02-22 22:33:44 +00:00
"target": "http://localhost:54730",
2024-02-22 22:12:04 +00:00
"secure": false
},
"/swagger": {
2024-02-22 22:33:44 +00:00
"target": "http://localhost:54730",
2024-02-22 22:12:04 +00:00
"secure": false
}
}