mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 22:55:27 +00:00
system title (#526)
This commit is contained in:
@@ -26,3 +26,11 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export const config = {
|
||||
api: {
|
||||
bodyParser: {
|
||||
sizeLimit: '16mb'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user