1
0
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:
Scott Tolksdorf
2016-08-20 13:40:05 -04:00
parent 78426135c6
commit 43ec212be9
3 changed files with 3 additions and 1 deletions

View File

@@ -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;