We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4381989 commit e227ce2Copy full SHA for e227ce2
demo/aping-config.js
@@ -2,8 +2,7 @@
2
apingApp.config(['$provide', function ($provide) {
3
4
$provide.constant("apingApiKeys", {
5
- //'github': [{'access_token':'<YOUR_GITHUB_ACCESS_TOKEN>'}]
6
- 'github': [{'access_token':'3c15edcd2d60a2cfb2c31922ecd88091d46995f0'}]
+ 'github': [{'access_token':'<YOUR_GITHUB_ACCESS_TOKEN>'}]
7
});
8
9
$provide.constant("apingDefaultSettings", {
0 commit comments