mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fix session table missing on start with empty database
This commit is contained in:
@@ -43,7 +43,7 @@ if (!$applicationService->IsDemoInstallation())
|
||||
}
|
||||
|
||||
// Base route
|
||||
$app->get('/', 'Grocy\Controllers\LoginController:Root');
|
||||
$app->get('/', 'Grocy\Controllers\LoginController:Root')->setName('root');
|
||||
|
||||
// Login routes
|
||||
$app->get('/login', 'Grocy\Controllers\LoginController:LoginPage')->setName('login');
|
||||
|
Reference in New Issue
Block a user