feat: admin component
This commit is contained in:
@@ -8,6 +8,13 @@ router.get('/e/*', (req, res, next) => {
|
||||
res.render('main/editor')
|
||||
})
|
||||
|
||||
/**
|
||||
* Administration
|
||||
*/
|
||||
router.get(['/a', '/a/*'], (req, res, next) => {
|
||||
res.render('main/admin')
|
||||
})
|
||||
|
||||
/**
|
||||
* View document
|
||||
*/
|
||||
|
Reference in New Issue
Block a user