mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
feat(apps.web#api.providers): add "params"
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
committed by
GitHub
parent
1270c3d778
commit
d7d11479a1
@@ -9,6 +9,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
name: p.resourceName(),
|
||||
url: p.client?.defaults.options.prefixUrl,
|
||||
maintenance: p.maintenance,
|
||||
params: p.getParams() ?? {},
|
||||
}));
|
||||
|
||||
return res.send(providers);
|
||||
|
||||
Reference in New Issue
Block a user