Skip to content

Commit

Permalink
fix merging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Proful committed Aug 16, 2011
2 parents 9fc77d8 + 3a9f80a commit 359719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.coffee
Expand Up @@ -21,7 +21,7 @@ app.configure "production", ->
app.get "/", (req, res) ->
res.render "index", title: "Express"

app.listen 80
app.listen 4000
console.log "Express server listening on port %d in %s mode", app.address().port, app.settings.env


Expand Down

0 comments on commit 359719e

Please sign in to comment.