Private
Public Access
1
0

better API doc

This commit is contained in:
Sander Roosendaal
2020-10-21 08:55:08 +02:00
parent 7297675ce8
commit 82d1418bcb
4 changed files with 481 additions and 112 deletions

View File

@@ -115,7 +115,7 @@ class EntryViewSet(viewsets.ModelViewSet):
except TypeError:
return []
http_method_names = ['get']
http_method_names = ['get','post']
permission_classes = (
IsCompetitorOrNot,