This commit is contained in:
@ -56,6 +56,9 @@ $routes = [
|
||||
'session' => __DIR__ . '/../handlers/session.php',
|
||||
'auth/login' => __DIR__ . '/../handlers/auth.php',
|
||||
'auth/change-password' => __DIR__ . '/../handlers/auth.php',
|
||||
'auth/keycloak-config' => __DIR__ . '/../handlers/auth.php',
|
||||
'auth/keycloak-login' => __DIR__ . '/../handlers/auth.php',
|
||||
'auth/keycloak-callback' => __DIR__ . '/../handlers/auth.php',
|
||||
'backup' => __DIR__ . '/../handlers/backup.php',
|
||||
'dev' => __DIR__ . '/../handlers/dev.php',
|
||||
'dev/import' => __DIR__ . '/../handlers/dev.php',
|
||||
|
||||
Reference in New Issue
Block a user