From 7fcd2665a8f827652713477fa1f79a69093163e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=83=BB=E3=82=BB=E3=82=AB?= Date: Sat, 20 Nov 2021 01:16:16 +0700 Subject: [PATCH] Update api.js --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index 51a7cf6..3225ac5 100644 --- a/routes/api.js +++ b/routes/api.js @@ -1476,7 +1476,7 @@ router.get('/downloader/fb', async (req, res, next) => { if(!url) return res.json(loghandler.noturl) if(!apikey) return res.json(loghandler.notparam) if(listkey.includes(apikey)){ - fbDownloader(url) + fbDownloader(`${url}`) .then((result) => { res.json({ status: true,