ソースを参照

Update README.md

Git-Leon 6 年 前
コミット
7c9f674624
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      README.md

+ 3
- 3
README.md ファイルの表示

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