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

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

Delete existing Experience #5

Open MLHProgram opened 2 weeks ago

MLHProgram commented 2 weeks ago

Using a DELETE request for the /resume/experience route, delete an existing Experience using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.

ferdeleong commented 5 days ago

I will work on this