Slon/Api/V1/Polls: Implement Polls

Fixes #8
This commit is contained in:
Alec Murphy 2025-03-16 19:21:44 -04:00
parent 9a2a68ef93
commit 966be78422
8 changed files with 347 additions and 0 deletions

View file

@ -0,0 +1,4 @@
if (String.BeginsWith("/api/v1/polls", session->path())) {
@slon_api_v1_polls_post(session);
return;
}