Slon/Api/V1/Markers: Implement /api/v1/markers

This commit is contained in:
Alec Murphy 2025-02-28 18:39:20 -05:00
parent e223273300
commit 95aecb9fb1
6 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,4 @@
if (!StrICmp("/api/v1/markers", session->path())) {
@slon_api_v1_markers_post(session);
return;
}