File tree Expand file tree Collapse file tree
auth/chronos_npm_package/controllers
client/chronos_npm_package/controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ const helpers = {
373373 headers : {
374374 'Accept' :'application/json' ,
375375 // 'Content-Type': 'application/json',
376- 'Authorization' : 'Bearer glsa_BjlCNL11BPPDzZIwOlK5w9698getAOIa_2409eafb'
376+ 'Authorization' : token
377377 } ,
378378 } ) ;
379379 // console.log('utilities.getGrafanaDatasource line 379:', datasourceResponse);
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ const helpers = {
374374 headers : {
375375 'Accept' :'application/json' ,
376376 'Content-Type' : 'application/json' ,
377- 'Authorization' : 'Bearer glsa_BjlCNL11BPPDzZIwOlK5w9698getAOIa_2409eafb'
377+ 'Authorization' : token
378378 } ,
379379 } ) ;
380380 console . log ( 'utilities.getGrafanaDatasource line 379:' , datasourceResponse ) ;
You can’t perform that action at this time.
0 commit comments