1
0
Fork 0
master
Ambrose Chua 2015-10-15 23:53:46 +08:00
parent fc7ac4c345
commit 042fc1f49a
1 changed files with 1 additions and 1 deletions

View File

@ -211,4 +211,4 @@ app.get("/tracks/:artist/:album/:track", function (req, res, next) {
});
app.use("/tracks", express.static("music"));
app.listen(8080);
app.listen(process.env.PORT || 8080);