Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update server.coffee
  • Loading branch information
podviaznikov committed Feb 16, 2015
1 parent d574000 commit ac5d8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.coffee
Expand Up @@ -68,7 +68,7 @@ app.configure ->


app.get '/auth',
passport.authenticate('github', scope: 'repo'),
passport.authenticate('github', scope: 'public_repo'),
(req, res) ->

app.get "/", (req, res) ->
Expand Down Expand Up @@ -97,4 +97,4 @@ app.get '/auth/callback',

port = process.env.PORT || 8085
app.listen port
console.log "server started on port 8085. Open http://localhost:8085 in your browser"
console.log "server started on port 8085. Open http://localhost:8085 in your browser"

0 comments on commit ac5d8e9

Please sign in to comment.