File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 366
366
score : '/data_extraction/score/' ,
367
367
saved : '/query/saved/' ,
368
368
database : '/database/' ,
369
- sql : '/query/ sql/'
369
+ sql : '/sql/'
370
370
} ;
371
371
this . _setUpRequest ( ) ;
372
372
}
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ function main(){
462
462
// Testing class with demo API key
463
463
// To get a demo api key visit: http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys-demo-key
464
464
let sdTester = new SlicingDiceTester (
465
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfX3NhbHQiOiJkZW1vOTk4MW0iLCJwZXJtaXNzaW9uX2xldmVsIjozLCJwcm9qZWN0X2lkIjoyOTk4MSwiY2xpZW50X2lkIjoxMH0.Kqf0TendA94Kq17neWVf6V8aVoEtYnL0vDZZjg3iyKE " , false ) ;
465
+ "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfX3NhbHQiOiIxNTI0MDE4ODE2MTgyIiwicGVybWlzc2lvbl9sZXZlbCI6MywicHJvamVjdF9pZCI6MzAwMTIsImNsaWVudF9pZCI6MTF9.wU342zmDSlodrsPfYG4pTIcXoF8BBVAx9FOpqkCBJyc " , false ) ;
466
466
467
467
let tests = [ ] ;
468
468
for ( let i = 0 ; i < queryTypes . length ; i ++ ) {
You can’t perform that action at this time.
0 commit comments