Merge branch 'feat/service-layer' of github.com:SELab-2/Dwengo-1 into feat/service-layer

This commit is contained in:
Adriaan Jacquet 2025-03-13 19:41:03 +01:00
commit a4f992035e
2 changed files with 1 additions and 2 deletions

View file

@ -143,4 +143,4 @@ export async function getStudentSubmissionsHandler(req: Request, res: Response):
res.json({
submissions: submissions,
});
}
}