fix json examples

kbogtob/add-tp-5
tim 2 years ago
parent 0632b6b1d4
commit 6afec696c0

@ -126,10 +126,10 @@ Elle retourne le résultat du lancé au format JSON.
Exemple http://localhost:3000/dice-rolls/d10/ retourne : Exemple http://localhost:3000/dice-rolls/d10/ retourne :
``` ```json
{ {
dice: "d10", "dice": "d10",
rolls: [ "rolls": [
5 5
] ]
} }

Loading…
Cancel
Save