1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00

Split out singleTest route and fix priorities for routes

This commit is contained in:
2022-04-18 15:00:50 +00:00
parent 9f9354fcb1
commit 28ac0df520
4 changed files with 62 additions and 48 deletions

View File

@@ -256,6 +256,7 @@ router.post('/:id/:userType(members|teachers)/:userId/remove',
);
module.exports = {
priority: 50,
root: '/admin/class',
router: router
};