mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
5 lines
143 B
HolyC
5 lines
143 B
HolyC
|
|
if (String.BeginsWith("/api/v1/notifications", @slon_http_request_path(session))) {
|
||
|
|
@slon_api_v1_notifications_get(session);
|
||
|
|
return;
|
||
|
|
}
|