Skip to content

Commit

Permalink
Updated config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCheta committed Nov 2, 2018
1 parent 8417f93 commit 817f212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"baseUrl":"https://status.youverify.co/api/v1/",
"token": "7B718WzxyW4pYbcSzwzy",
"accessToken": "4a355e28766e915675555ed488f6f407",
"timezone": "Africa/Lagos",
"components": [
{
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function monitorNewComponent(component){
headers:{
'Content-Type': 'application/json',
'X-Requested-With': 'XMLHttpRequest',
'token': '4a355e28766e915675555ed488f6f407',
'token': components.accessToken,
}, timeout: 60000
});

Expand Down

0 comments on commit 817f212

Please sign in to comment.