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