hooked up recruiter application management page

This commit is contained in:
2025-09-04 10:36:36 -04:00
parent caa6ffd41a
commit ea98cafe8c
5 changed files with 17 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ app.get('/application/:id', async (req, res) => {
let appID = req.params.id;
//TODO: Replace with real user Authorization and whatnot
// if the application is not "me" and I am not a recruiter, deny access to the application (return 403 or whatever)
if (appID === "me")
appID = 2;