|
@@ -234,7 +234,7 @@ public ResponseEntity<?> deletePoll(@PathVariable Long pollId) {
|
234
|
234
|
-
|
235
|
235
|
### Part 3.1.8 - Test
|
236
|
236
|
* Restart the QuickPoll application.
|
237
|
|
-* Use Postman to execute a `POST` to `http://localhost:8080/polls/1` whose request body is the `JSON` object below.
|
|
237
|
+* Use Postman to execute a `POST` to `http://localhost:8080/polls/` whose request body is the `JSON` object below.
|
238
|
238
|
* You can modify the request body in Postman by navigating to the `Body` tab, selecting the `raw` radio button, and selecting the `JSON` option from the text format dropdown.
|
239
|
239
|
|
240
|
240
|
```JSON
|