mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add missing _ to paths
This commit is contained in:
parent
c4085b0475
commit
a9b4f6fef0
|
|
@ -33,7 +33,7 @@ if match:
|
||||||
apis = MatrixUnits().load_swagger_apis()
|
apis = MatrixUnits().load_swagger_apis()
|
||||||
|
|
||||||
output = {
|
output = {
|
||||||
"basePath": "/matrix/client/" + major_version,
|
"basePath": "/_matrix/client/" + major_version,
|
||||||
"consumes": ["application/json"],
|
"consumes": ["application/json"],
|
||||||
"produces": ["application/json"],
|
"produces": ["application/json"],
|
||||||
"host": "localhost:8008",
|
"host": "localhost:8008",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue