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 814145d commit 374b75aCopy full SHA for 374b75a
src/stac_auth_proxy/config.py
@@ -26,7 +26,7 @@ class Settings(BaseSettings):
26
# https://stac-utils.github.io/stac-fastapi/api/stac_fastapi/extensions/third_party/bulk_transactions/#bulktransactionextension
27
"/collections/{collection_id}/bulk_items": ["POST"],
28
}
29
- public_endpoints: EndpointMethods = {"/api.html": ["GET"]}
+ public_endpoints: EndpointMethods = {"/api.html": ["GET"], "/api": ["GET"]}
30
openapi_spec_endpoint: Optional[str] = None
31
32
model_config = SettingsConfigDict(env_prefix="STAC_AUTH_PROXY_")
0 commit comments