소스 검색

fix URI typo in 4.4

David Ginzberg 7 년 전
부모
커밋
542bcec23a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -400,7 +400,7 @@ public class ComputeResultController {
400 400
 
401 401
 * Start/restart the `QuickPoll` application.
402 402
 * Using the earlier Postman requests, create a poll and cast votes on its options.
403
-* Ensure a JSON file with a `status` of `200` is returned by executing a `GET` request of `http://localhost:8080/computeresults?pollId=1` via Postman
403
+* Ensure a JSON file with a `status` of `200` is returned by executing a `GET` request of `http://localhost:8080/computeresult?pollId=1` via Postman
404 404
 
405 405
 
406 406
 # Part 5 - Error Handling