Compare commits

..

No commits in common. "f1022063a49c8a954c3cc0126149eb4ce5ca5eec" and "2bb5db92d7c652a3d9b5bc7e98dd06f7458f5baf" have entirely different histories.

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(3337);
app.listen(3333);