Git-Leon před 6 roky
rodič
revize
7c9f674624
No account linked to committer's email
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      README.md

+ 3
- 3
README.md Zobrazit soubor

@@ -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"},