aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/index.js b/config/index.js
index 821d6d03..ccec4196 100644
--- a/config/index.js
+++ b/config/index.js
@@ -50,7 +50,7 @@ module.exports = {
ws: true
},
'/oauth/revoke': {
- target: 'http://localhost:4000/',
+ target,
changeOrigin: true,
cookieDomainRewrite: 'localhost'
}