Everywhere: Make session->send() callable
This commit is contained in:
parent
40b3fceab1
commit
c6f74cfa84
26 changed files with 87 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
if (!StrICmp("/api/v1/instance", @slon_http_request_path(session))) {
|
||||
@slon_http_send_json(session, db->o("instance"));
|
||||
session->send(db->o("instance"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue