Skip to content

Commit

Permalink
update delete skill implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
FortunateOmonuwa committed Feb 9, 2025
1 parent f07f7cb commit 7cdf0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def skill(skill_id = None):
return jsonify({"error": f"An error occurred: {str(e)}"}), 500

return jsonify({})


@app.route('/resume/skill/<int:skill_id>', methods=['GET'])
def get_skill(skill_id):
Expand Down

0 comments on commit 7cdf0ba

Please sign in to comment.