mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 19:02:38 +00:00
Update lock review route
This commit is contained in:
@@ -165,7 +165,7 @@ router.get('/admin/lock', mw.adminOnly, async (req, res)=>{
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
router.get('/admin/lockreviews', mw.adminOnly, async (req, res)=>{
|
router.get('/admin/lock/reviews', mw.adminOnly, async (req, res)=>{
|
||||||
try {
|
try {
|
||||||
const countReviewsPipeline = [
|
const countReviewsPipeline = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user