adding in stuff to make search work but still testing and stuff

This commit is contained in:
talksik
2022-03-18 12:37:39 -04:00
parent 726ab29b64
commit 1ff61bf91d
12 changed files with 225 additions and 64 deletions
+1
View File
@@ -29,6 +29,7 @@ export const authCheck = async (
next();
} catch (error) {
console.log(error);
res.status(401).send("unauthorized");
}
};