Add missing _ to paths

pull/977/head
Daniel Wagner-Hall 9 years ago
parent c4085b0475
commit a9b4f6fef0

@ -33,7 +33,7 @@ if match:
apis = MatrixUnits().load_swagger_apis()
output = {
"basePath": "/matrix/client/" + major_version,
"basePath": "/_matrix/client/" + major_version,
"consumes": ["application/json"],
"produces": ["application/json"],
"host": "localhost:8008",

Loading…
Cancel
Save