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 e39778a commit f217216Copy full SHA for f217216
README.md
@@ -105,10 +105,10 @@ The application is configurable via environment variables.
105
- **Required:** No, defaults to the following:
106
```json
107
{
108
- r"^/api.html$": ["GET"],
109
- r"^/api$": ["GET"],
110
- r"^/docs/oauth2-redirect": ["GET"],
111
- r"^/healthz": ["GET"],
+ "^/api.html$": ["GET"],
+ "^/api$": ["GET"],
+ "^/docs/oauth2-redirect": ["GET"],
+ "^/healthz": ["GET"],
112
}
113
```
114
- **`OPENAPI_SPEC_ENDPOINT`**, path of OpenAPI specification, used for augmenting spec response with auth configuration
0 commit comments