diff --git a/codes/urls.py b/codes/urls.py index 2a1a33b..b786798 100644 --- a/codes/urls.py +++ b/codes/urls.py @@ -6,5 +6,5 @@ app_name = 'codes' urlpatterns = [ path('certificate/', CertificationAPIView.as_view()), - # path('invite/', ) + path('invite/', InviteByLinkAPIView.as_view()) ] \ No newline at end of file