From 877e1cbf77296c67b3d3bf61f92174f02763ec12 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Fri, 16 May 2025 03:39:43 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#56]=20=EB=A7=81=ED=81=AC?= =?UTF-8?q?=20=EC=B4=88=EB=8C=80=20=EA=B4=80=EB=A0=A8=20=EC=84=9C=EB=B9=84?= =?UTF-8?q?=EC=8A=A4=20url=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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