|
|
@ -23,7 +23,7 @@ class ContentReportController extends SiteController { |
|
|
|
const router = express.Router(); |
|
|
|
router.use(async (req, res, next) => { |
|
|
|
res.locals.currentView = 'admin'; |
|
|
|
res.locals.adminView = 'host'; |
|
|
|
res.locals.adminView = 'content-report'; |
|
|
|
return next(); |
|
|
|
}); |
|
|
|
|
|
|
|