Commit 58040e23c63dd7d8d6a46112d621023fa732b498
1 parent
47a16529
Exists in
master
and in
1 other branch
V. 0.7.3 - Another test to see if it now runs in production.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
routes/reactMap.js
1 | module.exports = router => { | 1 | module.exports = router => { |
2 | router.get("/consumer", function (req, res, next) { | 2 | router.get("/consumer", function (req, res, next) { |
3 | - res.redirect("../public/index1.html"); | 3 | + res.redirect("index1.html"); |
4 | }); | 4 | }); |
5 | }; | 5 | }; |
6 | \ No newline at end of file | 6 | \ No newline at end of file |