Update server.js
This commit is contained in:
parent
4f47c29dae
commit
5f12ced8d3
@ -6,5 +6,5 @@ app.use(express.static(path.join(__dirname, "build")));
|
||||
app.get("/*", function (req, res) {
|
||||
res.sendFile(path.join(__dirname, "build", "index.html"));
|
||||
});
|
||||
app.listen(3500);
|
||||
app.listen(3000);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user