Commit 58040e23c63dd7d8d6a46112d621023fa732b498

Authored by José Maria Villac Pinheiro
1 parent 47a16529

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 1 module.exports = router => {
2 2 router.get("/consumer", function (req, res, next) {
3   - res.redirect("../public/index1.html");
  3 + res.redirect("index1.html");
4 4 });
5 5 };
6 6 \ No newline at end of file
... ...