Skip to content

Commit ad11a55

Browse files
authored
Clarify HTTP GET route handling in exercise 3.18
The text "handling of the api/persons/:id and info routes" is a bit ambiguous since exercise 3.17 requires you to also implement a api/persons/:id route, as did exercise 3.15. I think adding HTTP GET in the exercise makes it a bit more clear to the student that it is the GET /api/persons/:id and GET /info routes that are to be updated in this exercise.
1 parent 070deb3 commit ad11a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ Verify that the frontend works after making your changes.
953953
954954
#### 3.18*: Phonebook database step 6
955955
956-
Also update the handling of the <i>api/persons/:id</i> and <i>info</i> routes to use the database, and verify that they work directly with the browser, Postman, or VS Code REST client.
956+
Also update the handling of the HTTP GET <i>api/persons/:id</i> and <i>info</i> routes to use the database, and verify that they work directly with the browser, Postman, or VS Code REST client.
957957
958958
Inspecting an individual phonebook entry from the browser should look like this:
959959

0 commit comments

Comments
 (0)