mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-02-06 04:22:12 +00:00
started moving content to corretn divs
This commit is contained in:
@@ -12,6 +12,7 @@ var maxUsersPerPage = 5;
|
||||
|
||||
module.exports = function(app) {
|
||||
|
||||
|
||||
app.get('/users', loggedIn, isAdmin, function(req, res, next){
|
||||
var page = req.query.page && parseInt(req.query.page, 10) || 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user