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 12f2973 commit 13acd0fCopy full SHA for 13acd0f
src/stac_auth_proxy/handlers/healthz.py
@@ -16,7 +16,7 @@ class HealthzHandler:
16
def __post_init__(self):
17
"""Initialize the router."""
18
self.router = APIRouter()
19
- self.router.add_api_route("/", self.healthz, methods=["GET"])
+ self.router.add_api_route("", self.healthz, methods=["GET"])
20
self.router.add_api_route("/upstream", self.healthz_upstream, methods=["GET"])
21
22
async def healthz(self):
0 commit comments