1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-31 05:54:27 -05:00

AS should use the v1 endpoint, rather than r0 ()

This commit is contained in:
Will Hunt 2019-12-20 14:44:34 +00:00 committed by Neil Alexander
parent e2d73855eb
commit f1e229e9d4

View file

@ -27,7 +27,7 @@ import (
"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
// to clients which need to make outbound HTTP requests.