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

@ -5,4 +5,3 @@
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
export const FALLBACK_LANG = 'nl';
export const FALLBACK_SEQ_NUM = 1;

View file

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