1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 03:19:27 +00:00

Added tests page

This commit is contained in:
2022-02-06 20:31:29 +00:00
parent c0e1a770b3
commit b6e43df0e3
3 changed files with 81 additions and 0 deletions

View File

@@ -17,6 +17,12 @@ router.get('/classes', (req, res) => {
});
});
router.get('/tests', (req, res) => {
return res.render('tests', {
title: 'Stratos - Tests'
});
});
module.exports = {
root: '/admin',
router: router