Slon/Api/V1/Notifications: Add initial support for Notifications
This commit is contained in:
parent
bd8c5009fc
commit
022fceb21b
8 changed files with 123 additions and 3 deletions
|
@ -2,3 +2,8 @@ if (String.BeginsWith("/api/v1/notifications", session->path())) {
|
|||
@slon_api_v1_notifications_get(session);
|
||||
return;
|
||||
}
|
||||
|
||||
if (String.BeginsWith("/api/v2/notifications", session->path())) {
|
||||
@slon_api_v2_notifications_get(session);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue