hooked up recruiter application management page
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user