Private
Public Access
1
0

adding FIT api

This commit is contained in:
2024-12-06 16:24:01 +01:00
parent ca0b5a72c3
commit 6d4d6a6aa2
3 changed files with 96 additions and 2 deletions

View File

@@ -254,6 +254,8 @@ urlpatterns = [
name='strokedatajson_v3'),
re_path(r'^api/TCX/workouts/$', views.strokedata_tcx,
name='strokedata_tcx'),
re_path(r'^api/FIT/workouts/$', views.strokedata_fit,
name='strokedata_fit'),
re_path(r'^api/rowingdata/workouts/$', views.strokedata_rowingdata,
name='strokedata_rowingdata'),
re_path(r'^api/rowingdata/$', views.strokedata_rowingdata_apikey,