update before git pull

merge-socket
adriano 2024-03-07 18:17:02 -03:00
parent c5c5ddb5a4
commit 144bb6db94
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);