aboutsummaryrefslogtreecommitdiff
path: root/web/routes
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-09 01:51:53 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-09 01:51:53 +0000
commit904ccabe4324cb2e7c985a2dbe25cce462f14d7c (patch)
tree0be481b15c3a816296458ba459caff4e65592e14 /web/routes
parent2ed2b0d01b9207b6c5003fe083238720a8409962 (diff)
added proper content, no styling
Diffstat (limited to 'web/routes')
-rw-r--r--web/routes/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/routes/index.js b/web/routes/index.js
index 2a828bc..05df4d4 100644
--- a/web/routes/index.js
+++ b/web/routes/index.js
@@ -12,7 +12,8 @@ const glookup = new GeoJsonGeometriesLookup(torontoNeighbourhoords);
/* GET home page. */
router.get('/', function(req, res, next) {
// for now just redirect to /map
- res.redirect('/map');
+ //res.redirect('/map');
+ res.render('index');
});
/* GET Map page. */