aboutsummaryrefslogtreecommitdiffstats
path: root/config/bodyparser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/bodyparser.ts')
-rw-r--r--config/bodyparser.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/bodyparser.ts b/config/bodyparser.ts
index b3a027b..b8e6ed6 100644
--- a/config/bodyparser.ts
+++ b/config/bodyparser.ts
@@ -5,8 +5,8 @@
5 * file. 5 * file.
6 */ 6 */
7 7
8import { BodyParserConfig } from '@adonisjs/core/bodyparser' 8import { BodyParserConfig } from '@adonisjs/core/bodyparser';
9import { defineConfig } from '@adonisjs/core/bodyparser' 9import { defineConfig } from '@adonisjs/core/bodyparser';
10 10
11const bodyParserConfig = defineConfig({ 11const bodyParserConfig = defineConfig({
12 /* 12 /*
@@ -201,6 +201,6 @@ const bodyParserConfig = defineConfig({
201 */ 201 */
202 types: ['multipart/form-data'], 202 types: ['multipart/form-data'],
203 }, 203 },
204}) 204});
205 205
206export default bodyParserConfig 206export default bodyParserConfig;