aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appservice/routing/routing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/appservice/routing/routing.go b/appservice/routing/routing.go
index 3c19c840..0e4bd6ba 100644
--- a/appservice/routing/routing.go
+++ b/appservice/routing/routing.go
@@ -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.