Working on new version of website

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-08-05 15:26:36 +02:00
parent ed17d86913
commit 721eb3addc
43 changed files with 525 additions and 320 deletions

View File

@@ -5,7 +5,7 @@
* file.
*/
import { BodyParserConfig } from '@ioc:Adonis/Core/BodyParser'
import {BodyParserConfig} from '@ioc:Adonis/Core/BodyParser'
const bodyParserConfig: BodyParserConfig = {
/*
@@ -153,7 +153,7 @@ const bodyParserConfig: BodyParserConfig = {
| Convert empty strings to null
|--------------------------------------------------------------------------
|
| Convert empty form fields to null. HTML forms results in field string
| Convert empty form fields to null. HTML form results in field string
| value when the field is left blank. This option normalizes all the blank
| field values to "null"
|