techwithtim/Music-Controller-Web-App-Tutorial

Wrong APIView leading to no POST form in UI

vishwarajanand opened this issue · 0 comments

ListAPIView should be ListCreateAPIView instead!

class RoomView(generics.ListAPIView):