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