David Ginzberg преди 7 години
родител
ревизия
d30839a006
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

@@ -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