slon/Slon/Endpoints/Get/Notifications.HC

4 lines
126 B
HolyC

if (String.BeginsWith("/api/v1/notifications", session->path())) {
@slon_api_v1_notifications_get(session);
return;
}