Explorar el Código

Update README.md

Git-Leon hace 6 años
padre
commit
7c9f674624
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      README.md

+ 3
- 3
README.md Ver fichero

@@ -229,9 +229,9 @@ public ResponseEntity<?> deletePoll(@PathVariable Long pollId) {
229 229
 
230 230
 ```JSON
231 231
 {
232
-    "id": 1,
233
-        "question": "What's the best netflix original?",
234
-        "options": [
232
+	"id": 1,
233
+	"question": "What's the best netflix original?",
234
+	"options": [
235 235
 	    { "value": "Black Mirror" },
236 236
 	    { "value": "Stranger Things" },
237 237
 	    { "value": "Orange is the New Black"},