瀏覽代碼

Update README.md

Git-Leon 6 年之前
父節點
當前提交
7c9f674624
沒有帳戶連結到提交者的電子郵件
共有 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"},