Slon/Api/V1/Markers: Implement /api/v1/markers
This commit is contained in:
parent
e223273300
commit
95aecb9fb1
6 changed files with 93 additions and 0 deletions
4
Slon/Endpoints/Post/Markers.HC
Normal file
4
Slon/Endpoints/Post/Markers.HC
Normal file
|
@ -0,0 +1,4 @@
|
|||
if (!StrICmp("/api/v1/markers", session->path())) {
|
||||
@slon_api_v1_markers_post(session);
|
||||
return;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue