This commit is contained in:
parent
b989e59e03
commit
5abb4ee5c9
|
@ -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) => {
|
submissionsRouter.post("/", async (req, res, next) => {
|
||||||
if (!req.user) return next("user not found");
|
if (!req.user) return next("user not found");
|
||||||
|
|
Loading…
Reference in New Issue