You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mmaurier
changed the title
this JokeController worked for me, the one on the repository
this JokeController worked for me, not the one on the repository
Mar 11, 2019
@RestController
public class JokeController {
// public Model showJoke(Model model) {
// model.addAttribute("joke", jokeService.getJoke());
// return model;
return jokeService.getJoke();
}
The text was updated successfully, but these errors were encountered: