aboutsummaryrefslogtreecommitdiffstats
path: root/config/bodyparser.ts
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-11 19:15:20 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commit8fec21d6bccfa778c14c1714d6444312e36fc3f1 (patch)
treecab910ad5048eece2d229648f2c17000ac86a44d /config/bodyparser.ts
parentupdates (diff)
downloadferdium-server-03e8c2b08e08822bcd069ad482799eecf1ede777.tar.gz
ferdium-server-03e8c2b08e08822bcd069ad482799eecf1ede777.tar.zst
ferdium-server-03e8c2b08e08822bcd069ad482799eecf1ede777.zip
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