Skip to content

Commit 8439b28

Browse files
committed
chore(docs): update default items_filter_endpoints
1 parent ad29ee7 commit 8439b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The application is configurable via environment variables.
125125
- **Default:**
126126
```json
127127
{
128-
"^/search$": ["POST"],
128+
"^/search$": ["GET", "POST"],
129129
"^/collections/([^/]+)/items$": ["GET", "POST"]
130130
}
131131
```

0 commit comments

Comments
 (0)