Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gliechtenstein committed Apr 21, 2016
1 parent 6c7a395 commit 3f582ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: node app.js
4 changes: 1 addition & 3 deletions app.js
Expand Up @@ -54,6 +54,4 @@ app.get('/', function (req, res) {
res.json(template);
});

app.listen(3000, function () {
console.log('Example app listening on port 3000!');
});
app.listen(process.env.PORT || 3000);

0 comments on commit 3f582ad

Please sign in to comment.