Removed unused func and algorytm(template)

This commit is contained in:
ITQ
2024-04-03 06:28:43 +03:00
parent 7bc286d9d5
commit aedde01192
5 changed files with 23 additions and 23 deletions
+5
View File
@@ -11,4 +11,9 @@ router.register("", EventViewSet)
urlpatterns = [
path("", include(router.urls)),
path("<event_id>/users/", views.EventUsersApiView.as_view(), name="users"),
path(
"<event_id>/run_algorythm/",
views.RunAlgorythmView.as_view(),
name="run_algotythm",
),
]