Update plugins/alldownloader.js
Browse files- plugins/alldownloader.js +0 -13
plugins/alldownloader.js
CHANGED
@@ -25,19 +25,6 @@ const AllDlRoutes = express.Router();
|
|
25 |
* responses:
|
26 |
* 200:
|
27 |
* description: Success
|
28 |
-
* content:
|
29 |
-
* application/json:
|
30 |
-
* schema:
|
31 |
-
* type: object
|
32 |
-
* properties:
|
33 |
-
* success:
|
34 |
-
* type: boolean
|
35 |
-
* data:
|
36 |
-
* type: object
|
37 |
-
* properties:
|
38 |
-
* results:
|
39 |
-
* type: string
|
40 |
-
* description: URL of the downloaded TikTok video
|
41 |
* 400:
|
42 |
* description: Bad Request (e.g., missing or invalid URL)
|
43 |
* 401:
|
|
|
25 |
* responses:
|
26 |
* 200:
|
27 |
* description: Success
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
* 400:
|
29 |
* description: Bad Request (e.g., missing or invalid URL)
|
30 |
* 401:
|