hellsaur / project2

Marvel characters app using marvel api
https://secure-shelf-44645.herokuapp.com/
0 stars 0 forks source link

Fetch #1

Open hellsaur opened 6 years ago

hellsaur commented 6 years ago

Hey J , I have a problem trying to access a superhero from the api into my search. so far i was able to call the hero from the link but other than that is a mess.

jlr7245 commented 6 years ago

Maybe it would be best if you have a separate route for it -- something like POST /superheroes/search -- then, within that post request route, make the api call.