David Ginzberg пре 7 година
родитељ
комит
542bcec23a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      README.md

+ 1
- 1
README.md Прегледај датотеку

400
 
400
 
401
 * Start/restart the `QuickPoll` application.
401
 * Start/restart the `QuickPoll` application.
402
 * Using the earlier Postman requests, create a poll and cast votes on its options.
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
 # Part 5 - Error Handling
406
 # Part 5 - Error Handling