From 329dac7aeabb27c1580cf472de17e7a46bd67f60 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Fri, 2 May 2025 22:12:25 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#41]=20=EC=B4=88=EB=8C=80?= =?UTF-8?q?=20=EC=88=98=EB=9D=BD/=EA=B1=B0=EC=A0=88=20url=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/urls.py b/projects/urls.py index 47b7f66..df727f8 100644 --- a/projects/urls.py +++ b/projects/urls.py @@ -12,5 +12,5 @@ urlpatterns = [ path('/set-represent/', ProjectSetRepresentAPIView.as_view()), path('/set-publish/', ProjectSetPublishAPIView.as_view()), path('/change-state/', ProjectChangeState.as_view()), - + path('invite/action/', ProjectInvitationAPIView.as_view()), ] \ No newline at end of file