Use target from the settings

このコミットが含まれているのは:
Egor Kislitsyn 2019-07-06 18:14:19 +07:00
コミット 9fc9925488
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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