definma-ui/src/proxy.conf.json

7 lines
79 B
JSON
Raw Normal View History

2020-05-20 10:07:34 +02:00
{
2020-05-22 09:36:50 +02:00
"/api": {
2020-05-20 10:07:34 +02:00
"target": "http://localhost:3000",
"secure": false
}
}