diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-09 01:51:53 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-09 01:51:53 +0000 |
| commit | 904ccabe4324cb2e7c985a2dbe25cce462f14d7c (patch) | |
| tree | 0be481b15c3a816296458ba459caff4e65592e14 /web/routes | |
| parent | 2ed2b0d01b9207b6c5003fe083238720a8409962 (diff) | |
added proper content, no styling
Diffstat (limited to 'web/routes')
| -rw-r--r-- | web/routes/index.js | 3 |
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. */ |
