Skip to content

Commit ededc24

Browse files
authored
Update part9b.md
the URL localhost:3002 was probably supposed to be localhost:3003 since that is what is used earlier in the course materials?
1 parent 936d669 commit ededc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ Make sure there aren't any errors!
804804
805805
#### 9.5 WebBMI
806806
807-
Add an endpoint for the BMI calculator that can be used by doing an HTTP GET request to the endpoint *bmi* and specifying the input with [query string parameters](https://en.wikipedia.org/wiki/Query_string). For example, to get the BMI of a person with a height of 180 and a weight of 72, the URL is <http://localhost:3002/bmi?height=180&weight=72>.
807+
Add an endpoint for the BMI calculator that can be used by doing an HTTP GET request to the endpoint *bmi* and specifying the input with [query string parameters](https://en.wikipedia.org/wiki/Query_string). For example, to get the BMI of a person with a height of 180 and a weight of 72, the URL is <http://localhost:3003/bmi?height=180&weight=72>.
808808
809809
The response is a JSON of the form:
810810

0 commit comments

Comments
 (0)