mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Everywhere: Make session->send() callable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user