0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 03:52:42 +00:00

Rename review request route

This commit is contained in:
G.Ambatte
2024-04-25 15:58:43 +12:00
parent e9db7d1bb9
commit 4b1d6ebd7c

View File

@@ -211,7 +211,7 @@ router.get('/admin/lock/reviews', mw.adminOnly, async (req, res)=>{
} }
}); });
router.get('/admin/lock/requestreview/:id', mw.adminOnly, async (req, res)=>{ router.get('/admin/lock/review/request/:id', mw.adminOnly, async (req, res)=>{
try { try {
const filter = { const filter = {
shareId : req.params.id, shareId : req.params.id,