Skip to content

Commit afeaba7

Browse files
committed
주석 추가
1 parent 26f81d6 commit afeaba7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

account/views.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ class MyPage(APIView):
4444
def get(self, request):
4545
dto = {
4646
"ticket": self.get_ticket_info(request)
47+
# "session": None, # TODO 세션
48+
# "sponsor": None, # TODO 후원사
49+
# "user_info": None # TODO 사용자 정보
4750
}
4851

4952
return Response(dto)

0 commit comments

Comments
 (0)