Skip to content

Commit 7f36a55

Browse files
committed
Changed 127.0.0.1 links back to http
1 parent 4bf3b32 commit 7f36a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Filters can be:
183183
`?filter[inventory.item.partNum]=123456` (where `inventory.item` is the relationship path)
184184

185185
The filter returns a `400 Bad Request` error for invalid filter query parameters as in this example
186-
for `GET https://127.0.0.1:8000/nopage-entries?filter[bad]=1`:
186+
for `GET http://127.0.0.1:8000/nopage-entries?filter[bad]=1`:
187187
```json
188188
{
189189
"errors": [

0 commit comments

Comments
 (0)