Skip to content

Commit

Permalink
Ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusMez committed Jun 20, 2017
1 parent 371a1dd commit fb1632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ app.get('/ranking2', function(req, res) {
queryGeocacheurs.equalTo("Active", true);
queryGeocacheurs.limit(1000);
queryGeocacheurs.find().then(function(rankFTF) {
res.render('ranking', { geocacheurs: rank, geocacheursFTF: rankFTF, geocaches: caches });
res.render('ranking2', { geocacheurs: rank, geocacheursFTF: rankFTF, geocaches: caches });
});
});
});
Expand Down

0 comments on commit fb1632d

Please sign in to comment.