Merge branch 'feat/service-layer' of github.com:SELab-2/Dwengo-1 into feat/service-layer
This commit is contained in:
commit
a4f992035e
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -143,4 +143,4 @@ export async function getStudentSubmissionsHandler(req: Request, res: Response):
|
|||
res.json({
|
||||
submissions: submissions,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue