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 b6d240d commit d08f85aCopy full SHA for d08f85a
src/stac_auth_proxy/app.py
@@ -41,7 +41,7 @@ def create_app(settings: Optional[Settings] = None) -> FastAPI:
41
path,
42
(
43
proxy.stream
44
- if not path == settings.openapi_spec_endpoint
+ if path != settings.openapi_spec_endpoint
45
else openapi_handler
46
),
47
methods=methods,
@@ -54,7 +54,7 @@ def create_app(settings: Optional[Settings] = None) -> FastAPI:
54
55
56
57
58
59
60
0 commit comments