randydev commited on
Commit
0972f79
·
verified ·
1 Parent(s): 4e503c3

Update plugins/alldownloader.js

Browse files
Files changed (1) hide show
  1. 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 {