small bug fixes
This commit is contained in:
@@ -105,7 +105,7 @@ class RowerViewSet(viewsets.ModelViewSet):
|
||||
IsOwnerOrNot,
|
||||
)
|
||||
|
||||
http_method_names = ['get','patch']
|
||||
http_method_names = ['get','patch','put']
|
||||
|
||||
|
||||
class FavoriteChartViewSet(viewsets.ModelViewSet):
|
||||
|
||||
Reference in New Issue
Block a user