Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-02-09 13:55:43 +01:00
parent 47d9cac21a
commit 424178ac0e
6 changed files with 104 additions and 34 deletions

View File

@@ -745,7 +745,7 @@ urlpatterns = [
re_path(r'^courses/(?P<id>\d+)/map/$',views.course_map_view,name='course_map_view'),
# URLS to be created
re_path(r'^help/$',TemplateView.as_view(template_name='help.html'), name='help'),
re_path(r'^workout/api/upload/',views.workout_upload_api,name='workout_upload_api'),
]
if settings.DEBUG: