mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code to facilitate #1123
This commit is contained in:
@@ -22,6 +22,15 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
Route::group(
|
||||
['namespace' => 'FireflyIII\Http\Controllers\System',
|
||||
'as' => 'installer.', 'prefix' => 'install'], function () {
|
||||
Route::get('', ['uses' => 'InstallController@index', 'as' => 'index']);
|
||||
|
||||
Route::get('migrate', ['uses' => 'InstallController@migrate', 'as' => 'migrate']);
|
||||
}
|
||||
);
|
||||
|
||||
/**
|
||||
* These routes only work when the user is NOT logged in.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user