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
@GetMapping("/events")
fun get(@RequestParam(defaultValue = "true") pretty: Boolean): Any = if (pretty) Letter.prettier(repository.findAll()) else repository.findAll()
pas forcément un bon exemple pour montrer les valeurs par défaut des paramètres
The text was updated successfully, but these errors were encountered:
pas forcément un bon exemple pour montrer les valeurs par défaut des paramètres
The text was updated successfully, but these errors were encountered: