Use target from the settings

This commit is contained in:
Egor Kislitsyn 2019-07-06 18:14:19 +07:00
parent 52319acf58
commit 9fc9925488
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = {
ws: true
},
'/oauth/revoke': {
target: 'http://localhost:4000/',
target,
changeOrigin: true,
cookieDomainRewrite: 'localhost'
}