added client creation and fixed assignment
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user