Skip to content

Commit

Permalink
fix: remove url path for the rooms_info endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kallilsouza committed Jan 20, 2025
1 parent 4be5b36 commit 8517119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chats/apps/api/v1/rooms/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ def filter_rooms(self, request, pk=None):
detail=False,
methods=["get"],
url_name="rooms-info",
url_path="rooms-info",
serializer_class=RoomInfoSerializer,
)
def rooms_info(self, request: Request, pk=None) -> Response:
Expand Down

0 comments on commit 8517119

Please sign in to comment.