Skip to content

Commit

Permalink
Added back missing url.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCasasOrtiz committed Oct 8, 2024
1 parent 93a6c7c commit ece72c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcserver/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
),
path('subject-tags/<int:subject_id>/get_tags_subject/', SubjectTagViewSet.as_view({'get': 'get_tags_subject'}),
name='get_tags_subject'),
path('trial-tags/<uuid:trial_id>/get_tags_trial/', TrialTagViewSet.as_view({'get': 'get_tags_trial'}),
name='get_tags_trial'),

# path('accounts/login/', OTPAuthenticationForm.as_view(authentication_form=OTPAuthenticationForm)),
]

0 comments on commit ece72c3

Please sign in to comment.