https://projeto-springboot-react.vercel.app/
https://heroes-api-unoesc.herokuapp.com/api/heroes
https://heroes-api-unoesc.herokuapp.com/api/hero/{id}
- Type = MARVEL or DC
https://heroes-api-unoesc.herokuapp.com/api/hero-type/{type}
Body
{
"name": "Captain America",
"heroType": "MARVEL",
"profilePicture": null
}
https://heroes-api-unoesc.herokuapp.com/api/hero/save
https://heroes-api-unoesc.herokuapp.com/api/hero/{id}/delete
https://heroes-api-unoesc.herokuapp.com/api/hero/{id}/update
Body
{
"name": "Captain America",
"heroType": "MARVEL",
"profilePicture": null
}