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 8c9c162 commit 3ef8ae3Copy full SHA for 3ef8ae3
src/modes/rest/resources/torrent.ts
@@ -145,7 +145,7 @@ export class TorrentResource implements IRestResource {
145
const headers = this.client.authToken ? { "Authorization": `Bearer ${this.client.authToken}` } : undefined;
146
147
return await fetchGetBlob(
148
- `${this.client.apiBaseUrl}/proxy/image?url=${encodeURIComponent(url)}`,
+ `${this.client.apiBaseUrl}/proxy/image/${encodeURIComponent(url)}`,
149
headers
150
)
151
.then((blob) => {
0 commit comments