Skip to content

Commit

Permalink
fix: merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
siiddhantt committed Dec 19, 2024
1 parent a0e677e commit c3f538c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/api/user/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,7 @@ class CreateTool(Resource):
),
},
)
)
@api.doc(description="Create a new tool")
def post(self):
data = request.get_json()
Expand Down Expand Up @@ -2005,6 +2006,7 @@ class UpdateToolActions(Resource):
),
},
)
)
@api.doc(description="Update the actions of a tool")
def post(self):
data = request.get_json()
Expand Down

0 comments on commit c3f538c

Please sign in to comment.