mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 20:19:56 +02:00
5 lines
129 B
HolyC
5 lines
129 B
HolyC
|
|
if (String.BeginsWith("/api/v1/announcements", session->path())) {
|
||
|
|
@slon_api_v1_announcements_delete(session);
|
||
|
|
return;
|
||
|
|
}
|