This commit is contained in:
adueck 2024-11-27 22:42:37 +05:00
parent b989e59e03
commit 5abb4ee5c9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ submissionsRouter.use((req, res, next) => {
});
/**
* Receive a submissions request
* Receive a submissions request from the dictionary app
*/
submissionsRouter.post("/", async (req, res, next) => {
if (!req.user) return next("user not found");