h
Size: a a a
h
NL
NL
h
h
NL
NL
NL
h
NL
h
DT
AK
{
"detail": "Method \"GET\" not allowed."
}
AK
DT
{
"detail": "Method \"GET\" not allowed."
}
AK
class ApiStart(APIView):
def get(self, request):
return Response({'api': ' Welcome to service'})
AK
D
class ApiStart(APIView):
def get(self, request):
return Response({'api': ' Welcome to service'})
AK
D