better API doc
This commit is contained in:
@@ -115,7 +115,7 @@ class EntryViewSet(viewsets.ModelViewSet):
|
||||
except TypeError:
|
||||
return []
|
||||
|
||||
http_method_names = ['get']
|
||||
http_method_names = ['get','post']
|
||||
|
||||
permission_classes = (
|
||||
IsCompetitorOrNot,
|
||||
|
||||
Reference in New Issue
Block a user