Everywhere: Make session->send() callable

This commit is contained in:
Alec Murphy 2025-02-20 08:24:04 -05:00
parent 40b3fceab1
commit c6f74cfa84
26 changed files with 87 additions and 48 deletions

View file

@ -200,7 +200,7 @@ U0 @slon_api_v2_search_get(SlonHttpSession* session)
}
slon_api_v2_search_get_return:
@slon_http_send_json(session, results);
session->send(results);
Json.Delete(results);
} else {
session->status(401);