From 58040e23c63dd7d8d6a46112d621023fa732b498 Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Mon, 23 Jul 2018 08:43:34 -0300 Subject: [PATCH] V. 0.7.3 - Another test to see if it now runs in production. --- routes/reactMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/reactMap.js b/routes/reactMap.js index 9bb8e39..9aa06d5 100644 --- a/routes/reactMap.js +++ b/routes/reactMap.js @@ -1,5 +1,5 @@ module.exports = router => { router.get("/consumer", function (req, res, next) { - res.redirect("../public/index1.html"); + res.redirect("index1.html"); }); }; \ No newline at end of file -- libgit2 0.21.2