Skip to content

Commit de60826

Browse files
committed
docs: document default public conformance endpoint
1 parent 835323e commit de60826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user-guide/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ The application is configurable via environment variables.
124124
"^/$": ["GET"],
125125
"^/api.html$": ["GET"],
126126
"^/api$": ["GET"],
127+
"^/conformance$": ["GET"],
127128
"^/docs/oauth2-redirect": ["GET"],
128129
"^/healthz": ["GET"]
129130
}

0 commit comments

Comments
 (0)