fix job positions
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m22s

This commit is contained in:
root
2026-09-03 13:01:36 -04:00
parent c70f6bdc6e
commit 9e2f858343
9 changed files with 75 additions and 5 deletions
+1
View File
@@ -224,6 +224,7 @@ $routes->get('/', 'View\UserController::home'); // Home page route
$routes->get('/about', 'View\UserController::about'); // About page route
$routes->get('/careers', 'View\JobPostingController::publicIndex'); // Careers page route
$routes->get('/careers/application-received', 'View\JobPostingController::applicationReceived');
$routes->get('/careers/(:segment)/details', 'View\JobPostingController::trackDetailsClick/$1');
$routes->get('/careers/(:segment)', 'View\JobPostingController::show/$1');
$routes->get('/careers/(:segment)/apply', 'View\JobPostingController::apply/$1');
$routes->post('/careers/(:segment)/apply', 'View\JobPostingController::submitApplication/$1');