Update plugins/alldownloader.js
Browse files- plugins/alldownloader.js +5 -0
plugins/alldownloader.js
CHANGED
@@ -19,6 +19,11 @@ const AllDlRoutes = express.Router();
|
|
19 |
* responses:
|
20 |
* 200:
|
21 |
* description: Success
|
|
|
|
|
|
|
|
|
|
|
22 |
*/
|
23 |
AllDlRoutes.get('/api/v1/dl/tiktok', authenticateApiKey, apiLimiter, async (req, res) => {
|
24 |
try {
|
|
|
19 |
* responses:
|
20 |
* 200:
|
21 |
* description: Success
|
22 |
+
* headers:
|
23 |
+
* X-RateLimit-Limit:
|
24 |
+
* schema:
|
25 |
+
* type: string
|
26 |
+
* description: create api key.
|
27 |
*/
|
28 |
AllDlRoutes.get('/api/v1/dl/tiktok', authenticateApiKey, apiLimiter, async (req, res) => {
|
29 |
try {
|