parent
9a2a68ef93
commit
966be78422
8 changed files with 347 additions and 0 deletions
4
Slon/Endpoints/Get/Polls.HC
Normal file
4
Slon/Endpoints/Get/Polls.HC
Normal file
|
@ -0,0 +1,4 @@
|
|||
if (String.BeginsWith("/api/v1/polls", session->path())) {
|
||||
@slon_api_v1_polls_get(session);
|
||||
return;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue