Skip to content

Commit bce6c0c

Browse files
authored
Merge pull request #4170 from adamfarhadi/patch-1
Clarify HTTP GET route handling in exercise 3.18
2 parents 0711412 + ad11a55 commit bce6c0c

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)