MLH-Fellowship / orientation-project-python-24.FAL.A

Orientation Project (Python for 24.FAL.A)
0 stars 9 forks source link

Add endpoint for deleting skills #45

Closed PeanutButterRat closed 3 days ago

PeanutButterRat commented 3 days ago

Closes #3.

Adds an endpoint to allow the user to delete skills by index. I chose to pass the skill index as a path parameter instead of as JSON data for the sake of simplicity.

PeanutButterRat commented 3 days ago

@hastagAB @ferdeleong Please review this PR 🙏