fix: request config
This commit is contained in:
@@ -88,7 +88,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
{
|
||||
timeout: 40000,
|
||||
responseType: 'stream',
|
||||
...axiosConfig
|
||||
...axiosConfig()
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ ${
|
||||
{
|
||||
timeout: 40000,
|
||||
responseType: 'stream',
|
||||
...axiosConfig
|
||||
...axiosConfig()
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user