Private
Public Access
1
0

list of courses api

This commit is contained in:
2024-02-28 09:34:14 +01:00
parent 9851871ecb
commit eb126856a7
4 changed files with 89 additions and 0 deletions

View File

@@ -251,6 +251,7 @@ urlpatterns = [
name='strokedatajson_v3'),
re_path(r'^api/TCX/workouts/$', views.strokedata_tcx,
name='strokedata_tcx'),
re_path(r'^api/courses/$', views.course_list, name='course_list'),
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'),