Feat: [#41] 초대 수락/거절 url 설정

This commit is contained in:
sm4640
2025-05-02 22:12:25 +09:00
parent 973dbc85b6
commit 329dac7aea

View File

@@ -12,5 +12,5 @@ urlpatterns = [
path('<str:pk>/set-represent/', ProjectSetRepresentAPIView.as_view()),
path('<str:pk>/set-publish/', ProjectSetPublishAPIView.as_view()),
path('<str:pk>/change-state/', ProjectChangeState.as_view()),
path('invite/action/', ProjectInvitationAPIView.as_view()),
]