diff --git a/application/api/user/routes.py b/application/api/user/routes.py index bcbc2d95..05256f28 100644 --- a/application/api/user/routes.py +++ b/application/api/user/routes.py @@ -1863,7 +1863,6 @@ class CreateTool(Resource): ), }, ) - ) @api.doc(description="Create a new tool") def post(self): data = request.get_json() @@ -2006,7 +2005,6 @@ class UpdateToolActions(Resource): ), }, ) - ) @api.doc(description="Update the actions of a tool") def post(self): data = request.get_json()