{ "/languagetool": { "target": "https://lt.frag.jetzt/v2/check", "secure": true, "changeOrigin": true, "pathRewrite": { "^/languagetool": "" }, "logLevel": "debug" }, "/spacy": { "target": "https://spacy.frag.jetzt/spacy", "secure": true, "changeOrigin": true, "pathRewrite": { "^/spacy": "" }, "logLevel": "debug" }, "/api/ws/websocket": { "target": "ws://localhost:8080", "secure": false, "pathRewrite": { "^/api": "" }, "ws": true, "logLevel": "debug" }, "/api": { "target": "http://localhost:8888", "secure": false, "pathRewrite": { "^/api": "" }, "logLevel": "debug" } }