feat(f3): mix correct answer with lies and open guess phase
This commit is contained in:
@@ -15,4 +15,9 @@ urlpatterns = [
|
||||
views.submit_lie,
|
||||
name="submit_lie",
|
||||
),
|
||||
path(
|
||||
"sessions/<str:code>/questions/<int:round_question_id>/answers/mix",
|
||||
views.mix_answers,
|
||||
name="mix_answers",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user