Update Saqel Platform: 2026-08-28 15:28:24

This commit is contained in:
Hamza-Ayed
2026-08-28 15:28:24 +03:00
parent 070e80ea30
commit d97a98abdb
5 changed files with 423 additions and 57 deletions
+8
View File
@@ -43,6 +43,14 @@ $router->get('/teacher', function ($request, $response) {
$response->html(\App\Views\TeacherPortal::render());
});
$router->get('/guardian', function ($request, $response) {
$response->html(\App\Views\GuardianPortal::render());
});
$router->get('/school-admin', function ($request, $response) {
$response->html(\App\Views\SchoolAdminPortal::render());
});
// Health & Diagnostic Routes
$router->get('/api/health', function ($request, $response) {
$response->json([