Get basic login working

This commit is contained in:
Alex Gleason
2020-04-04 15:28:57 -05:00
parent 86e9c711a7
commit 8f07c6ea2a
4 changed files with 57 additions and 20 deletions

View File

@ -67,7 +67,7 @@ module.exports = merge(sharedConfig, {
'/api': backendUrl,
'/nodeinfo': backendUrl,
'/socket': backendUrl,
'/oauth/revoke': backendUrl,
'/oauth': backendUrl,
'/.well-known/webfinger': backendUrl,
'/static': backendUrl,
'/patron': patronUrl,