correct feature API endpoint description
This commit is contained in:
parent
be62b14669
commit
6ce96148d7
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class FeatureTypeViewSet(ViewSet):
|
||||||
|
|
||||||
class FeatureViewSet(ReadOnlyModelViewSet):
|
class FeatureViewSet(ReadOnlyModelViewSet):
|
||||||
"""
|
"""
|
||||||
Get all Map Features including ones that are only part of the current session
|
Get all Map Features
|
||||||
"""
|
"""
|
||||||
queryset = Feature.objects.all()
|
queryset = Feature.objects.all()
|
||||||
serializer_class = FeatureSerializer
|
serializer_class = FeatureSerializer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue