Merge branch 'master' into develop

master
Keith Irwin 2017-04-12 14:52:42 -04:00
commit d736c95914
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ router.get('/:slug?', function(req,res,next){
if (user && !mapuser) { mapuser = user; }
res.render('map.html', {
mapuser: mapuser,
mapApi: secrets.googleMapsAPI,
mapApi: secrets.mapAPI,
user: user,
noFooter: '1',
noHeader: (req.query.noheader)?req.query.noheader.match(/\d/)[0]:'',
@ -57,4 +57,4 @@ router.get('/:slug?', function(req,res,next){
});
module.exports = router;
module.exports = router;