Feat: [#94] 서브도메인 대표 포트폴리오 id 반환 + www포함 url 금지

This commit is contained in:
sm4640
2025-12-24 17:45:46 +09:00
parent b15b415a93
commit 8c128b1062
2 changed files with 25 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ urlpatterns = [
path('mypage/works/<str:nickname>/', MyPageWorkListAPIView.as_view()),
path('mypage/my-info/', MyPageMemberInfoAPIView.as_view()),
path("github/", include(router.urls)),
path("portfolio/", UserInfoAPIView.as_view()),
]