Skip to content
Snippets Groups Projects

fix login

Closed HJ requested to merge fix/login-local into develop
2 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -38,6 +38,11 @@ module.exports = {
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/oauth': {
target,
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/nodeinfo': {
target,
changeOrigin: true,
Loading