Merge remote-tracking branch 'origin/dev' into fix/verschillende-authenticatieproblemen
This commit is contained in:
commit
f7029ad25b
124 changed files with 2435 additions and 2647 deletions
|
@ -5,7 +5,7 @@ const router = express.Router({ mergeParams: true });
|
|||
// Root endpoint used to search objects
|
||||
router.get('/', getSubmissionsHandler);
|
||||
|
||||
router.post('/:id', createSubmissionHandler);
|
||||
router.post('/', createSubmissionHandler);
|
||||
|
||||
// Information about an submission with id 'id'
|
||||
router.get('/:id', getSubmissionHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue