Files
slon/Slon/Endpoints/Get/Notifications.HC

5 lines
126 B
HolyC
Raw Normal View History

2025-02-21 18:10:25 -05:00
if (String.BeginsWith("/api/v1/notifications", session->path())) {
2025-02-16 15:21:19 -05:00
@slon_api_v1_notifications_get(session);
return;
}