Update app.coffee
added user agent as its required by github api now
This commit is contained in:
parent
fbda3311c5
commit
764c1a0c77
|
@ -14,6 +14,8 @@ Issues =
|
|||
host: "api.github.com"
|
||||
method: "GET"
|
||||
path: path
|
||||
headers:
|
||||
'User-Agent': 'Scrum Burndown (1)'
|
||||
|
||||
https.request(options, (response) ->
|
||||
if response.statusCode is 200
|
||||
|
|
Loading…
Reference in New Issue