Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 0360c2c

Browse files
Update urls.py
1 parent d91e7b8 commit 0360c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rewards/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
path('addQuizApi', views.AddQuizInApi.as_view()),
2020
path('quizTurns', views.QuizInTurns.as_view()),
2121
path("automatequiz", views.load_questions_from_json_view, name="nothing"),
22-
path("getZoloVideos", views.GetZoloVideos.as_view()),
23-
path("ZoloVideoApi", views.ZoloVideoApi.as_view())
22+
# path("getZoloVideos", views.GetZoloVideos.as_view()),
23+
# path("ZoloVideoApi", views.ZoloVideoApi.as_view())
2424
]
2525

2626

0 commit comments

Comments
 (0)