mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 13:02:43 +00:00
Add LOCK header in comment
This commit is contained in:
@@ -164,6 +164,8 @@ router.get('/admin/stats', mw.adminOnly, async (req, res)=>{
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// ####################### LOCKS
|
||||||
|
|
||||||
router.get('/api/lock/count', mw.adminOnly, async (req, res)=>{
|
router.get('/api/lock/count', mw.adminOnly, async (req, res)=>{
|
||||||
|
|
||||||
const countLocksQuery = {
|
const countLocksQuery = {
|
||||||
|
|||||||
Reference in New Issue
Block a user