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

Added classes page

This commit is contained in:
2022-02-06 20:02:16 +00:00
parent 9e523f98cd
commit c0e1a770b3
6 changed files with 53 additions and 0 deletions

View File

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