mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
AS should use the v1 endpoint, rather than r0 (#827)
This commit is contained in:
parent
e2d73855eb
commit
f1e229e9d4
@ -27,7 +27,7 @@ import (
|
|||||||
"github.com/matrix-org/util"
|
"github.com/matrix-org/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
const pathPrefixApp = "/_matrix/app/r0"
|
const pathPrefixApp = "/_matrix/app/v1"
|
||||||
|
|
||||||
// Setup registers HTTP handlers with the given ServeMux. It also supplies the given http.Client
|
// Setup registers HTTP handlers with the given ServeMux. It also supplies the given http.Client
|
||||||
// to clients which need to make outbound HTTP requests.
|
// to clients which need to make outbound HTTP requests.
|
||||||
|
Loading…
Reference in New Issue
Block a user