Use matrix.org for swagger UI
In the swagger UI, default to matrix.org rather than localhost, to make the UI more useful.
This commit is contained in:
parent
33191e5555
commit
d41438605d
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ output = {
|
||||||
"basePath": "/",
|
"basePath": "/",
|
||||||
"consumes": ["application/json"],
|
"consumes": ["application/json"],
|
||||||
"produces": ["application/json"],
|
"produces": ["application/json"],
|
||||||
"host": "localhost:8008",
|
"host": "matrix.org:8448",
|
||||||
|
"schemes": ["https"],
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Matrix Client-Server API",
|
"title": "Matrix Client-Server API",
|
||||||
"version": release_label,
|
"version": release_label,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue