Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
inirey authored Nov 19, 2021
1 parent b1f2a0c commit 7fcd266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7fcd266

Please sign in to comment.