mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Everywhere: Use session->path()
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (!StrICmp("/api/v1/custom_emojis", @slon_http_request_path(session))) {
|
||||
if (!StrICmp("/api/v1/custom_emojis", session->path())) {
|
||||
@slon_api_v1_custom_emojis_get(session);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user