ServiceWorker: make /auth a backend route
This commit is contained in:
parent
5864b5a983
commit
4b1c5eb0e8
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue