From 761b0c1344ba2616e619251f44ec4c8d3ed59d83 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Mon, 28 Apr 2025 21:34:24 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#32]=20project=20=ED=8C=80?= =?UTF-8?q?=EC=9B=90=20=ED=83=9C=EA=B7=B8=20url=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/urls.py b/users/urls.py index 9179f1b..5cb23f5 100644 --- a/users/urls.py +++ b/users/urls.py @@ -10,5 +10,6 @@ urlpatterns = [ path('login/', LoginAPIView.as_view()), path('check/', NicknameAPIView.as_view()), path('portfolio-info/', SetPortofolioRequiredInfoAPIView.as_view()), - path('portfolio-info/check/', SetPortofolioRequiredInfoAPIView.as_view()) + path('portfolio-info/check/', SetPortofolioRequiredInfoAPIView.as_view()), + path('teamtag/', TagUserAPIView.as_view()), ] \ No newline at end of file