Added geoip-lite to get Lat/Long coordinates based on user's ip address
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
exports.index = function(req, res){
|
||||
exports.index = function(req, res) {
|
||||
res.render('index', {
|
||||
user: req.user,
|
||||
title: 'Home'
|
||||
|
Reference in New Issue
Block a user