This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
2f0fe0eb2721543228588024574506eceba2d87f
freeCodeCamp
/
controllers
/
home.js
7 lines
108 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added geoip-lite to get Lat/Long coordinates based on user's ip address
2013-11-19 21:31:31 -05:00
exports
.
index
=
function
(
req
,
res
)
{
Navbar active class added depending on which URL you visit
2013-11-18 01:13:52 -05:00
res
.
render
(
'index'
,
{
user
:
req
.
user
,
title
:
'Home'
}
)
;
converted all auth functions to use mongoose
2013-11-13 22:19:37 -05:00
}
;
Reference in New Issue
Copy Permalink