Skip to content

Commit

Permalink
chore: add the tag name for the sellers dashboard statistics view
Browse files Browse the repository at this point in the history
  • Loading branch information
sandronadiradze committed Nov 5, 2024
1 parent d1a87fa commit 5f9300b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auction/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,9 @@ def list(self, request, *args, **kwargs):
return Response(response_data)


@extend_schema(
tags=["Statistics"],
)
class SellerDashboardStatistics(APIView):
permission_classes = [IsAuthenticated]

Expand Down

0 comments on commit 5f9300b

Please sign in to comment.