chore: add crude of learning
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user