Skip to content

Commit f217216

Browse files
committed
docs: fix JSON
1 parent e39778a commit f217216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ The application is configurable via environment variables.
105105
- **Required:** No, defaults to the following:
106106
```json
107107
{
108-
r"^/api.html$": ["GET"],
109-
r"^/api$": ["GET"],
110-
r"^/docs/oauth2-redirect": ["GET"],
111-
r"^/healthz": ["GET"],
108+
"^/api.html$": ["GET"],
109+
"^/api$": ["GET"],
110+
"^/docs/oauth2-redirect": ["GET"],
111+
"^/healthz": ["GET"],
112112
}
113113
```
114114
- **`OPENAPI_SPEC_ENDPOINT`**, path of OpenAPI specification, used for augmenting spec response with auth configuration

0 commit comments

Comments
 (0)