feature: add manifest and icons to enable app install on android
This commit is contained in:
@@ -21,6 +21,8 @@ logger = logging.getLogger(__name__)
|
||||
PUBLIC_PATHS = frozenset({
|
||||
'/login', '/health', '/favicon.ico',
|
||||
'/api/auth/login', '/api/auth/status',
|
||||
'/manifest.json', '/manifest.webmanifest',
|
||||
'/sw.js',
|
||||
})
|
||||
|
||||
COOKIE_NAME = 'hermes_session'
|
||||
|
||||
Reference in New Issue
Block a user