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

Orientation Project (Python for 24.SPR.A)
1 stars 3 forks source link

Refactor the way GET requests are been handled. #41

Open Afonne-CID opened 7 months ago

Afonne-CID commented 7 months ago

Refactor the way GET requests are been handled. Instead of using query parameter, like instead of something like /resume/skill?index=, change to /resume/skill/<int:id>. so that a GET request to `/resume/skill/`` could return all skills.

winstxnhdw commented 4 months ago

I can do this.

Afonne-CID commented 4 months ago

Great. Go right ahead 👍

andyjianzhou commented 4 months ago

Beat me to it