diff --git a/account/src/routers/submissions-router.ts b/account/src/routers/submissions-router.ts index 13288fa..4a5a303 100644 --- a/account/src/routers/submissions-router.ts +++ b/account/src/routers/submissions-router.ts @@ -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");