mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-17 17:21:30 +00:00
Fixed a bad route in the admin page
This commit is contained in:
@@ -107,6 +107,7 @@ module.exports = function(app){
|
||||
|
||||
|
||||
app.get('/api/search', mw.adminOnly, function(req, res){
|
||||
|
||||
var page = req.query.page || 0;
|
||||
var count = req.query.count || 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user