Skip to content

Commit e227ce2

Browse files
committed
demo: small fix
1 parent 4381989 commit e227ce2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/aping-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
apingApp.config(['$provide', function ($provide) {
33

44
$provide.constant("apingApiKeys", {
5-
//'github': [{'access_token':'<YOUR_GITHUB_ACCESS_TOKEN>'}]
6-
'github': [{'access_token':'3c15edcd2d60a2cfb2c31922ecd88091d46995f0'}]
5+
'github': [{'access_token':'<YOUR_GITHUB_ACCESS_TOKEN>'}]
76
});
87

98
$provide.constant("apingDefaultSettings", {

0 commit comments

Comments
 (0)