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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user