chore: add crude of learning

This commit is contained in:
mahyargdz
2025-04-22 16:15:37 +03:30
parent 8598ffe67b
commit 85f541f479
2 changed files with 15 additions and 1 deletions
-1
View File
@@ -15,7 +15,6 @@ async function bootstrap() {
bodyLimit: 10 * 1024 * 1024,
});
// Add multipart content type parser
fastifyAdapter.getInstance().addContentTypeParser("multipart/form-data", (_request, _payload, done) => {
done(null);
});