Slon/Api/V2: Add initial support for Search endpoint

This commit is contained in:
Alec Murphy 2025-02-17 08:21:12 -05:00
parent 8730286ca1
commit 9260e8ee2a
4 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,4 @@
if (!StrICmp("/api/v2/search", @slon_http_request_path(session))) {
@slon_api_v2_search_get(session);
return;
}