Skip to content

Commit

Permalink
demo: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Jan 2, 2016
1 parent 4381989 commit e227ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/aping-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
apingApp.config(['$provide', function ($provide) {

$provide.constant("apingApiKeys", {
//'github': [{'access_token':'<YOUR_GITHUB_ACCESS_TOKEN>'}]
'github': [{'access_token':'3c15edcd2d60a2cfb2c31922ecd88091d46995f0'}]
'github': [{'access_token':'<YOUR_GITHUB_ACCESS_TOKEN>'}]
});

$provide.constant("apingDefaultSettings", {
Expand Down

0 comments on commit e227ce2

Please sign in to comment.