mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 00:53:33 +08:00
Fixed template tag
This commit is contained in:
@@ -15,7 +15,7 @@ router.get('/login', (req, res, next) => {
|
||||
});
|
||||
|
||||
router.get('*', (req, res) => {
|
||||
res.render('ADMIN', {basePath: '/client/coral-admin'});
|
||||
res.render('admin', {basePath: '/client/coral-admin'});
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user