adding in stuff to make search work but still testing and stuff
This commit is contained in:
@@ -29,6 +29,7 @@ export const authCheck = async (
|
||||
|
||||
next();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
res.status(401).send("unauthorized");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user