forked from vieter-v/vieter
Updated changelog
This commit is contained in:
parent
e5a630e990
commit
148ec3ab47
2 changed files with 4 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ pub fn (mut ctx Context) json<T>(status http.Status, j T) Result {
|
|||
|
||||
json_s := json.encode(j)
|
||||
ctx.send_response_to_client('application/json', json_s)
|
||||
|
||||
return Result{}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue