Private
Public Access
1
0

provisional history page

This commit is contained in:
Sander Roosendaal
2020-05-04 21:39:55 +02:00
parent c92505b2a0
commit ed6b3e3bdd
3 changed files with 44 additions and 0 deletions

View File

@@ -752,6 +752,7 @@ urlpatterns = [
re_path(r'^workout/api/upload/',views.workout_upload_api,name='workout_upload_api'),
re_path(r'^access/share/$',views.createShareURL, name="sharedURL"),
re_path(r'^access/(?P<key>\w+)/$', views.sharedPage, name="sharedPage"),
re_path(r'^history/$',views.history_view,name="history_view"),
]
if settings.DEBUG: