test
This commit is contained in:
parent
afde58912e
commit
04fc4065c8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ app.get('/pagecount', function (req, res) {
|
|||
}
|
||||
if (db) {
|
||||
db.collection('counts').count(function(err, count ){
|
||||
res.send('{ pageCount: ' + count + '}');
|
||||
res.send('{ pageCount: == ' + count + '}');
|
||||
});
|
||||
} else {
|
||||
res.send('{ pageCount: -1 }');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue