mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 03:23:42 +01:00
remove archaic port 8448 from matrix.org URL for swagger-ui
This commit is contained in:
parent
16bbf46b2e
commit
1fc6465168
|
|
@ -67,7 +67,7 @@ output = {
|
||||||
"basePath": "/",
|
"basePath": "/",
|
||||||
"consumes": ["application/json"],
|
"consumes": ["application/json"],
|
||||||
"produces": ["application/json"],
|
"produces": ["application/json"],
|
||||||
"host": "matrix.org:8448",
|
"host": "matrix.org",
|
||||||
"schemes": ["https"],
|
"schemes": ["https"],
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Matrix Client-Server API",
|
"title": "Matrix Client-Server API",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue