fix: compile with selected V version

This commit is contained in:
Jef Roosens 2023-02-15 20:07:07 +01:00
parent 4dc82515f4
commit 455f3b5f41
5 changed files with 14 additions and 14 deletions

View file

@ -44,7 +44,7 @@ pub mut:
// Files from multipart-form.
files map[string][]http.FileData
// Allows reading the request body
reader io.BufferedReader
reader &io.BufferedReader = unsafe { nil }
// RESPONSE
status http.Status = http.Status.ok
content_type string = 'text/plain'