issues
search
MLH-Fellowship
/
orientation-project-python-23.SUM.A
Orientation Project (Python) for 23.SUM.A
1
stars
12
forks
source link
Implement API route to return all "Skills"
#15
Closed
wrussell1999
closed
1 year ago
wrussell1999
commented
1 year ago
On the
/resume/skill
route, you should:
[ ] Return the Skill list when a GET request is made. The return should be in a list format.
On the
/resume/skill
route, you should: