feat: add torbox migration

This commit is contained in:
Zamitto
2025-01-11 17:52:48 -03:00
parent abb16e7736
commit db2e31b8cc
6 changed files with 28 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export class TorBoxClient {
Authorization: `Bearer ${apiToken}`,
},
});
this.apiToken = "7371d5ec-52fa-4b87-9052-0c8c96d947cc";
this.apiToken = apiToken;
}
static async addMagnet(magnet: string) {