Hotfix of maps API key

master
Keith 2017-03-17 10:41:38 -04:00
parent 9f882c1dea
commit d3e28186ac
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;