Compare commits
3 Commits
2bb5db92d7
...
f1022063a4
Author | SHA1 | Date |
---|---|---|
adriano | f1022063a4 | |
adriano | 6f5a84e37b | |
adriano | 144bb6db94 |
|
@ -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(3333);
|
||||
app.listen(3337);
|
||||
|
|
Loading…
Reference in New Issue