We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1189f97 commit 5efb860Copy full SHA for 5efb860
src/stac_auth_proxy/config.py
@@ -66,7 +66,7 @@ class Settings(BaseSettings):
66
# Filters
67
items_filter: Optional[ClassInput] = None
68
items_filter_endpoints: Optional[EndpointMethods] = {
69
- r"^/search$": ["POST"],
+ r"^/search$": ["GET", "POST"],
70
r"^/collections/([^/]+)/items$": ["GET", "POST"],
71
}
72
0 commit comments