summaryrefslogtreecommitdiffstats
path: root/config/bodyparser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/bodyparser.ts')
-rw-r--r--config/bodyparser.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/bodyparser.ts b/config/bodyparser.ts
index b8e6ed6..63fc03c 100644
--- a/config/bodyparser.ts
+++ b/config/bodyparser.ts
@@ -5,7 +5,6 @@
5 * file. 5 * file.
6 */ 6 */
7 7
8import { BodyParserConfig } from '@adonisjs/core/bodyparser';
9import { defineConfig } from '@adonisjs/core/bodyparser'; 8import { defineConfig } from '@adonisjs/core/bodyparser';
10 9
11const bodyParserConfig = defineConfig({ 10const bodyParserConfig = defineConfig({
@@ -83,7 +82,6 @@ const bodyParserConfig = defineConfig({
83 raw: { 82 raw: {
84 encoding: 'utf8', 83 encoding: 'utf8',
85 limit: '1mb', 84 limit: '1mb',
86 queryString: {},
87 types: ['text/*'], 85 types: ['text/*'],
88 }, 86 },
89 87