瀏覽代碼

Completed

William Brown 5 年之前
父節點
當前提交
5fd42cfe63

+ 1
- 1
src/main/java/io/zipcoder/tc_spring_poll_application/controller/ComputeResultController.java 查看文件

@@ -29,4 +29,4 @@ public class ComputeResultController {
29 29
         //TODO: Implement algorithm to count votes
30 30
         return new ResponseEntity<VoteResult>(voteResult, HttpStatus.OK);
31 31
     }
32
-}
32
+}