aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/.proxyrc.json
blob: 4a5798c0250910d883e8d150ef1a29e87564953e (plain)
1
2
3
4
5
6
7
{
    "/api": {
        "target": "http://localhost:5000",
        "changeOrigin": true,
        "ws": true
    }
}