mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
4
Slon/Endpoints/Post/Polls.HC
Normal file
4
Slon/Endpoints/Post/Polls.HC
Normal file
@@ -0,0 +1,4 @@
|
||||
if (String.BeginsWith("/api/v1/polls", session->path())) {
|
||||
@slon_api_v1_polls_post(session);
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user