File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ export class XetBlob extends Blob {
158
158
const connParams = await getAccessToken ( this . accessToken , this . fetch , this . refreshUrl ) ;
159
159
160
160
// debug(
161
- // `curl '${connParams.casUrl}/reconstruction/${this.hash}' -H 'Authorization: Bearer ${connParams.accessToken}'`
161
+ // `curl '${connParams.casUrl}/v1/ reconstruction/${this.hash}' -H 'Authorization: Bearer ${connParams.accessToken}'`
162
162
// );
163
163
164
- const resp = await this . fetch ( this . reconstructionUrl ?? `${ connParams . casUrl } /reconstruction/${ this . hash } ` , {
164
+ const resp = await this . fetch ( this . reconstructionUrl ?? `${ connParams . casUrl } /v1/ reconstruction/${ this . hash } ` , {
165
165
headers : {
166
166
Authorization : `Bearer ${ connParams . accessToken } ` ,
167
167
Range : `bytes=${ this . start } -${ this . end - 1 } ` ,
You can’t perform that action at this time.
0 commit comments