Skip to content

Commit 022c498

Browse files
authored
Merge pull request #249 from AthennaIO/develop
feat: register multipart
2 parents b5cd31e + 5054849 commit 022c498

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "5.13.0",
3+
"version": "5.14.0",
44
"description": "One foundation for multiple applications.",
55
"license": "MIT",
66
"author": "João Lenon <[email protected]>",
@@ -85,7 +85,7 @@
8585
"@athenna/common": "^5.7.0",
8686
"@athenna/config": "^5.3.0",
8787
"@athenna/cron": "^5.4.0",
88-
"@athenna/http": "^5.25.0",
88+
"@athenna/http": "^5.28.0",
8989
"@athenna/ioc": "^5.1.0",
9090
"@athenna/logger": "^5.3.0",
9191
"@athenna/test": "^5.3.0",

src/applications/Http.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class Http {
7979
await kernel.registerCors()
8080
await kernel.registerHelmet()
8181
await kernel.registerStatic()
82+
await kernel.registerMultipart()
8283
await kernel.registerSwagger()
8384
await kernel.registerVite()
8485
await kernel.registerRateLimit()

0 commit comments

Comments
 (0)