ServiceWorker: make /auth a backend route

This commit is contained in:
Alex Gleason 2022-06-28 15:08:07 -05:00
parent 5864b5a983
commit 4b1c5eb0e8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ module.exports = merge(sharedConfig, {
'/.well-known', '/.well-known',
'/admin', '/admin',
'/api', '/api',
'/auth',
'/instance', '/instance',
'/main/ostatus', '/main/ostatus',
'/manifest.json', '/manifest.json',