fix: copilot payload
This commit is contained in:
parent
33255d7796
commit
383830b6be
|
|
@ -45,7 +45,7 @@ async function bootstrap() {
|
|||
})
|
||||
);
|
||||
|
||||
app.use('/copilot', (req: any, res: any, next: any) => {
|
||||
app.use('/copilot/*', (req: any, res: any, next: any) => {
|
||||
json({ limit: '50mb' })(req, res, next);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue