From de0bd04bcb7836d6e986b6cc1d7d2dacb2bdabf4 Mon Sep 17 00:00:00 2001 From: Euizzang8001 Date: Fri, 16 Aug 2024 11:39:24 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20id=EB=A1=9C=20=EB=8B=89=EB=84=A4?= =?UTF-8?q?=EC=9E=84=EC=9D=84=20=EC=96=BB=EB=8A=94=20=EA=B8=B0=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KUA/student/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/KUA/student/urls.py b/KUA/student/urls.py index 6e42d63..d4cf27a 100644 --- a/KUA/student/urls.py +++ b/KUA/student/urls.py @@ -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()), ] \ No newline at end of file