This website requires JavaScript.
Explore
Help
Register
Sign In
fakealec
/
slon
Watch
1
Star
0
Fork
0
You've already forked slon
mirror of
https://git.checksum.fail/alec/slon.git
synced
2025-12-08 20:19:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8fba64ab06f3276ff878c99eecf4abaf0599741
slon
/
Slon
/
Endpoints
/
Get
/
Search.HC
5 lines
103 B
HolyC
Raw
Normal View
History
Unescape
Escape
Everywhere: Use session->path()
2025-02-21 18:10:25 -05:00
if
(
!
StrICmp
(
"
/api/v2/search
"
,
session
-
>
path
(
)
)
)
{
Slon/Api/V2: Add initial support for Search endpoint
2025-02-17 08:21:12 -05:00
@
slon_api_v2_search_get
(
session
)
;
return
;
}
Reference in New Issue
Copy Permalink