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.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix_app_service/phoenix/router.ex b/lib/matrix_app_service/phoenix/router.ex
index 715464b..a85a5fa 100644
--- a/lib/matrix_app_service/phoenix/router.ex
+++ b/lib/matrix_app_service/phoenix/router.ex
@@ -6,7 +6,7 @@ defmodule MatrixAppService.Phoenix.Router do
plug :accepts, ["json"]
end
- scope "/matrix", MatrixAppService.Phoenix.V1 do
+ scope "/matrix", MatrixAppServiceWeb.V1 do
pipe_through :matrix_api
# scope "/v1", V1 do