This commit is contained in:
Andrey Vlasov
2020-02-15 17:44:26 +03:00
parent 672e09abb5
commit 74957cef1b
4 changed files with 15 additions and 10 deletions

View File

@@ -5,6 +5,6 @@ const app = express();
app.use(express.static(__dirname + "/dist"));
app.listen(8090, () => console.log("Listening on port 8090!"));
app.listen(8088, () => console.log("Listening on port 8088!"));
module.exports = app;