Skip to content

Commit 3646cfb

Browse files
Add https url to http url
1 parent 1b39670 commit 3646cfb

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
@@ -816,7 +816,7 @@ The response is a JSON of the form:
816816
}
817817
```
818818
819-
See the [Express documentation](http://expressjs.com/en/5x/api.html#req.query) for info on how to access the query parameters.
819+
See the [Express documentation](https://expressjs.com/en/5x/api.html#req.query) for info on how to access the query parameters.
820820
821821
If the query parameters of the request are of the wrong type or missing, a response with proper status code and an error message is given:
822822

0 commit comments

Comments
 (0)