summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/localproxy.conf.json
blob: bf4dcf52012c53bb928a6c43d880affe7a6292e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "/api": {
        "target": "http://localhost:3004",
        "secure": false,
        "logLevel": "debug",
        "changeOrigin": true,
        "pathRewrite": {
            "^/api": ""
        }
    }
}