fix: compile with selected V version
This commit is contained in:
parent
4dc82515f4
commit
455f3b5f41
5 changed files with 14 additions and 14 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Reference in a new issue