my-chat-room/apps/chat-room/proxy.conf.json

7 lines
79 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"/api": {
"target": "http://localhost:3333",
"secure": false
}
}