Changed default port for client server
This commit is contained in:
@@ -10,4 +10,4 @@ app.use(express.static(`${__dirname}/build`));
|
|||||||
|
|
||||||
app.use(fallback(`${__dirname}/build/index.html`));
|
app.use(fallback(`${__dirname}/build/index.html`));
|
||||||
|
|
||||||
app.listen(process.env.PORT || 8080);
|
app.listen(process.env.PORT || 8081);
|
||||||
|
|||||||
Reference in New Issue
Block a user