Compare commits
No commits in common. "f1022063a49c8a954c3cc0126149eb4ce5ca5eec" and "2bb5db92d7c652a3d9b5bc7e98dd06f7458f5baf" have entirely different histories.
f1022063a4
...
2bb5db92d7
|
@ -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(3337);
|
app.listen(3333);
|
||||||
|
|
Loading…
Reference in New Issue