Add missing _ to paths
This commit is contained in:
parent
c4085b0475
commit
a9b4f6fef0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue