chore: change frontend port

pull/22/head
Adriano 2024-02-21 09:21:02 -03:00
parent db140a328c
commit 7f52466c50
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(3341);