✨ Feat: [#94] 서브도메인 대표 포트폴리오 id 반환 + www포함 url 금지
This commit is contained in:
@@ -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()),
|
||||
]
|
||||
Reference in New Issue
Block a user