summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/phoenix/router.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/phoenix/router.ex')
-rw-r--r--lib/matrix_app_service/phoenix/router.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/matrix_app_service/phoenix/router.ex b/lib/matrix_app_service/phoenix/router.ex
index a5458d2..2a4aba6 100644
--- a/lib/matrix_app_service/phoenix/router.ex
+++ b/lib/matrix_app_service/phoenix/router.ex
@@ -7,6 +7,7 @@ defmodule MatrixAppService.Phoenix.Router do
end
path = Application.compile_env(:matrix_app_service, :path, "/")
+
scope path, MatrixAppServiceWeb.V1 do
pipe_through :matrix_api