Everywhere: Use session->path()

This commit is contained in:
Alec Murphy 2025-02-21 18:10:25 -05:00
parent ff5a07dc04
commit 66074a5472
31 changed files with 48 additions and 48 deletions

View file

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