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 fb5930e commit 526c34cCopy full SHA for 526c34c
README.md
@@ -96,8 +96,10 @@ The application is configurable via environment variables.
96
- **Required:** No, defaults to the following:
97
```json
98
{
99
- "^/api.html$": ["GET"],
100
- "^/api$": ["GET"]
+ r"^/api.html$": ["GET"],
+ r"^/api$": ["GET"],
101
+ r"^/docs/oauth2-redirect": ["GET"],
102
+ r"^/healthz": ["GET"],
103
}
104
```
105
- **`OPENAPI_SPEC_ENDPOINT`**, path of OpenAPI specification, used for augmenting spec response with auth configuration
0 commit comments