Skip to content

Commit

Permalink
feat: id로 닉네임을 얻는 기능
Browse files Browse the repository at this point in the history
  • Loading branch information
Euizzang8001 committed Aug 16, 2024
1 parent 2e0a5ca commit de0bd04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KUA/student/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
path('get-points/', views.PointGetView().as_view()),
path('use-points/', views.PointUseView().as_view()),
path('check-permission/', views.IsPermissionView().as_view()),
path('get-nickname/', views.GetNickNameView().as_view()),
]

0 comments on commit de0bd04

Please sign in to comment.