adding FIT api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user