first version TCX API
This commit is contained in:
@@ -249,6 +249,8 @@ urlpatterns = [
|
||||
name='strokedatajson_v2'),
|
||||
re_path(r'^api/v3/workouts/$', views.strokedatajson_v3,
|
||||
name='strokedatajson_v3'),
|
||||
re_path(r'^api/TCX/workouts/$', views.strokedata_tcx,
|
||||
name='strokedata_tcx'),
|
||||
re_path(r'^500v/$', views.error500_view, name='error500_view'),
|
||||
re_path(r'^500q/$', views.servererror_view, name='servererror_view'),
|
||||
path('502/', TemplateView.as_view(template_name='502.html'), name='502'),
|
||||
|
||||
Reference in New Issue
Block a user