Pārlūkot izejas kodu

refactor main.ts

Dave 1 mēnesi atpakaļ
vecāks
revīzija
b53310f0c1
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      apps/box-mgnt-api/src/main.ts

+ 1 - 0
apps/box-mgnt-api/src/main.ts

@@ -27,6 +27,7 @@ async function bootstrap() {
 
   // multipart for file upload (e.g. OSS, S3)
   await fastifyAdapter.register(multipart as any, {
+    attachFieldsToBody: true,
     limits: {
       fileSize: 30 * 1024 * 1024, // 30 MB
     },