From 519a1560a7946c3ad5c0a3aaca2877edec5f4615 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Tue, 8 Apr 2025 15:51:07 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#22]=20custom=5Furl=20?= =?UTF-8?q?=EC=A4=91=EB=B3=B5=EC=B2=B4=ED=81=AC=20=EB=B0=8F=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20url=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/urls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/urls.py b/users/urls.py index 8d3fc65..9179f1b 100644 --- a/users/urls.py +++ b/users/urls.py @@ -9,4 +9,6 @@ urlpatterns = [ path('join/', JoinAPIView.as_view()), path('login/', LoginAPIView.as_view()), path('check/', NicknameAPIView.as_view()), + path('portfolio-info/', SetPortofolioRequiredInfoAPIView.as_view()), + path('portfolio-info/check/', SetPortofolioRequiredInfoAPIView.as_view()) ] \ No newline at end of file