mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Add service worker and offline page (needed to install the webapp on mobile devices)
This commit is contained in:
@@ -37,6 +37,13 @@ Route::group(
|
||||
}
|
||||
);
|
||||
|
||||
Route::group(
|
||||
['middleware' => 'binders-only'],
|
||||
static function () {
|
||||
Route::get('offline', fn () => view('errors.Offline'));
|
||||
}
|
||||
);
|
||||
|
||||
/**
|
||||
* These routes only work when the user is NOT logged in.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user