Skip to content

Commit 526c34c

Browse files
committed
docs: update default public endpoints
1 parent fb5930e commit 526c34c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@ The application is configurable via environment variables.
9696
- **Required:** No, defaults to the following:
9797
```json
9898
{
99-
"^/api.html$": ["GET"],
100-
"^/api$": ["GET"]
99+
r"^/api.html$": ["GET"],
100+
r"^/api$": ["GET"],
101+
r"^/docs/oauth2-redirect": ["GET"],
102+
r"^/healthz": ["GET"],
101103
}
102104
```
103105
- **`OPENAPI_SPEC_ENDPOINT`**, path of OpenAPI specification, used for augmenting spec response with auth configuration

0 commit comments

Comments
 (0)