HTTP 405: GET Method not allowed

Using GenericViewSet in views.py, not getting desired output showing error 405 (Get Method not allowed)

As design, “ListModelMixin” is not in the store/views.py. It’s because you don’t want everyone to view the list of customers.