Update Saqel Platform: 2026-08-28 15:28:24
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user