Lint fix v1
This commit is contained in:
@@ -5,4 +5,4 @@ from rest_framework.views import APIView
|
||||
|
||||
class MainResource(APIView):
|
||||
def get(self, request):
|
||||
return Response({"message": "Welcome to the game!"}, status=status.HTTP_200_OK)
|
||||
return Response({'message': 'Welcome to the game!'}, status=status.HTTP_200_OK)
|
||||
|
||||
Reference in New Issue
Block a user