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:
Richard van der Hoff 2016-10-14 17:56:26 +01:00
parent 33191e5555
commit d41438605d

View file

@ -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,