{ "/api/comment": { "target": "http://localhost:8088", "secure": false, "pathRewrite": { "^/api": "" }, "logLevel": "debug" }, "/api/vote": { "target": "http://localhost:8088", "secure": false, "pathRewrite": { "^/api": "" }, "logLevel": "debug" }, "/api/bonustoken": { "target": "http://localhost:8088", "secure": false, "pathRewrite": { "^/api": "" }, "logLevel": "debug" }, "/api/settings": { "target": "http://localhost:8088", "secure": false, "pathRewrite": { "^/api": "" }, "logLevel": "debug" }, "/api/ws/websocket": { "target": "ws://localhost:8099", "secure": false, "pathRewrite": { "^/api": "" }, "ws": true, "logLevel": "debug" }, "/api": { "target": "http://localhost:8080", "secure": false, "pathRewrite": { "^/api": "" }, "logLevel": "debug" } }