Use matrix.org for swagger UI

In the swagger UI, default to matrix.org rather than localhost, to make the UI
more useful.
pull/977/head
Richard van der Hoff 8 years ago
parent 33191e5555
commit d41438605d

@ -63,7 +63,8 @@ output = {
"basePath": "/",
"consumes": ["application/json"],
"produces": ["application/json"],
"host": "localhost:8008",
"host": "matrix.org:8448",
"schemes": ["https"],
"info": {
"title": "Matrix Client-Server API",
"version": release_label,

Loading…
Cancel
Save