dnet-applications/frontends/dnet-is-application/src/proxy.conf.json

10 lines
171 B
JSON
Raw Normal View History

2023-01-19 14:47:52 +01:00
{
"/ajax": {
"target": "http://localhost:8280",
"secure": false
2023-01-30 09:39:27 +01:00
},
"/api": {
"target": "http://localhost:8280",
"secure": false
2023-01-19 14:47:52 +01:00
}
2023-01-30 09:39:27 +01:00
}