Compare commits

..

3 Commits

Author SHA1 Message Date
adriano f1022063a4 Merge branch 'master' of github.com:AdrianoRobson/projeto-hit 2024-07-10 14:52:58 -03:00
adriano 6f5a84e37b Merge branch 'master' of github.com:AdrianoRobson/projeto-hit 2024-03-07 18:17:14 -03:00
adriano 144bb6db94 update before git pull 2024-03-07 18:17:02 -03:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ app.use(express.static(path.join(__dirname, "build")));
app.get("/*", function (req, res) { app.get("/*", function (req, res) {
res.sendFile(path.join(__dirname, "build", "index.html")); res.sendFile(path.join(__dirname, "build", "index.html"));
}); });
app.listen(3333); app.listen(3337);