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

@@ -81,6 +81,7 @@ router.all(/class\/(.{36})(\/.*)?/, async (req, res, next) => {
});
module.exports = {
priority: 30,
root: '/admin',
router: router
};