Compare commits
No commits in common. "bc32f4dc9575598dfbb07388f5020200c325b072" and "237da995235d9b96105f9e7a4b0bfafd4857d4a5" have entirely different histories.
bc32f4dc95
...
237da99523
@ -236,7 +236,7 @@ class ClouddropUploader {
|
||||
*/
|
||||
async checkAuth(signal) {
|
||||
if (!this.apiKey) throw new Error('Clouddrop: API-Key fehlt');
|
||||
const res = await request(`${API_BASE}/files/?limit=1`, {
|
||||
const res = await request(`${API_BASE}/files?limit=1`, {
|
||||
method: 'GET',
|
||||
dispatcher: clouddropAgent,
|
||||
signal,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-hoster-uploader",
|
||||
"version": "2.7.2",
|
||||
"version": "2.7.1",
|
||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user