diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-06 18:14:19 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-06 18:14:19 +0700 |
| commit | 9fc9925488ecca3c515e97602e479a145d306fc3 (patch) | |
| tree | 1a79c0ac152611c68fa27c26b00881dc7edaf5ee | |
| parent | 52319acf5894ac65f38a42f05b605eb7f961bec9 (diff) | |
Use target from the settings
| -rw-r--r-- | config/index.js | 2 |
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' } |
