added client creation and fixed assignment

This commit is contained in:
2026-04-19 08:58:15 +02:00
parent 0cacddaffe
commit 81a8bfd906
7 changed files with 340 additions and 1 deletions

View File

@ -38,6 +38,7 @@ $routes = [
'translations' => __DIR__ . '/../handlers/translations.php',
'users' => __DIR__ . '/../handlers/users.php',
'assignments' => __DIR__ . '/../handlers/assignments.php',
'clients' => __DIR__ . '/../handlers/clients.php',
'results' => __DIR__ . '/../handlers/results.php',
'export' => __DIR__ . '/../handlers/export.php',
'app_questionnaires' => __DIR__ . '/../handlers/app_questionnaires.php',