Finish supervisor , 残りはExcelとセキュリティ.

This commit is contained in:
hayano
2024-11-02 23:53:34 +00:00
parent 82d0e55945
commit c6969d7afa
7 changed files with 742 additions and 82 deletions

View File

@ -124,6 +124,9 @@ urlpatterns += [
path('export_excel/<int:zekken_number>/<str:event_code>/', views.export_excel, name='export_excel'),
# for Supervisor Web app
path('test/', views.test_api, name='test_api'),
path('update-goal-time/', views.update_goal_time, name='update-goal-time'),
path('get-goalimage/', views.get_goalimage, name='get-goalimage'),
]
if settings.DEBUG: