Skip to content

Commit

Permalink
fix : remove unneeded serializer info in docs (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
yew00n authored Jul 19, 2023
1 parent d45f3eb commit 8e51823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypage/views/curations_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class MyCurationSerializer(serializers.Serializer):
writer_nickname = serializers.CharField()

@swagger_auto_schema(
query_serializer=MyCurationSerializer,
operation_id='마이페이지 내가 작성한 큐레이션 리스트',
operation_description='''
내가 작성한 큐레이션을 리스트합니다.<br/>
Expand Down

0 comments on commit 8e51823

Please sign in to comment.