Commit 0028a541 authored by Rafal's avatar Rafal

literowka

parent ce760233
......@@ -31,6 +31,6 @@ class APITypeViewSet(viewsets.ModelViewSet):
"""
API for articles
"""
queryset = APIType.obejects.all()
queryset = APIType.objects.all()
serializer_class = APITypeSerializer
permission_classes = (permissions.IsAuthenticatedOrReadOnly,)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment