Update server.js
parent
d7019ffb1a
commit
7533a382cc
|
@ -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(3341);
|
app.listen(3333);
|
||||||
|
|
Loading…
Reference in New Issue