Update server.js

pull/22/head
gustavo-gsp 2024-03-18 15:07:47 -03:00 committed by GitHub
parent d7019ffb1a
commit 7533a382cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {
res.sendFile(path.join(__dirname, "build", "index.html"));
});
app.listen(3341);
app.listen(3333);