Slon/Api/V2: Add initial support for Search endpoint
This commit is contained in:
parent
8730286ca1
commit
9260e8ee2a
4 changed files with 58 additions and 0 deletions
4
Slon/Endpoints/Get/Search.HC
Normal file
4
Slon/Endpoints/Get/Search.HC
Normal file
|
@ -0,0 +1,4 @@
|
|||
if (!StrICmp("/api/v2/search", @slon_http_request_path(session))) {
|
||||
@slon_api_v2_search_get(session);
|
||||
return;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue