This commit is contained in:
Trey t
2023-07-02 16:37:38 -05:00
parent 2a7cda8502
commit b9438e0363
4 changed files with 35 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ urlpatterns = [
path('completed/', views.workouts_completed_by_logged_in_user, name='user completed workouts'),
path('create/', views.add_workout, name='create new workout'),
path('planned_workouts/', views.workouts_planned_by_logged_in_user, name='planned workout for user'),
path('plan_workout/', views.plan_workout, name='plan workout'),
]