Code4HR / okcandidate-v1

A platform for matching candidates with voters.
http://okcandidate.code4hr.org
MIT License
15 stars 8 forks source link

Candidate Image in API #280

Open nathanbelles opened 7 years ago

nathanbelles commented 7 years ago

The candidate image should be put in the API, instead of from a hardcoded array. There is already a field for it as GET /api/candidate/[id] returns a field called candidateImg, which is currently always null.