remove archaic port 8448 from matrix.org URL for swagger-ui
This commit is contained in:
parent
16bbf46b2e
commit
1fc6465168
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ output = {
|
|||
"basePath": "/",
|
||||
"consumes": ["application/json"],
|
||||
"produces": ["application/json"],
|
||||
"host": "matrix.org:8448",
|
||||
"host": "matrix.org",
|
||||
"schemes": ["https"],
|
||||
"info": {
|
||||
"title": "Matrix Client-Server API",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue