diff options
Diffstat (limited to 'config/index.js')
| -rw-r--r-- | config/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/index.js b/config/index.js index 56fa5940..821d6d03 100644 --- a/config/index.js +++ b/config/index.js @@ -48,6 +48,11 @@ module.exports = { changeOrigin: true, cookieDomainRewrite: 'localhost', ws: true + }, + '/oauth/revoke': { + target: 'http://localhost:4000/', + changeOrigin: true, + cookieDomainRewrite: 'localhost' } }, // CSS Sourcemaps off by default because relative paths are "buggy" |
