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 2a4aba6..b3e6c8f 100644
--- a/lib/matrix_app_service/phoenix/router.ex
+++ b/lib/matrix_app_service/phoenix/router.ex
@@ -3,7 +3,7 @@ defmodule MatrixAppService.Phoenix.Router do
quote do
pipeline :matrix_api do
plug :accepts, ["json"]
- plug MatrixAppService.AuthPlug
+ plug MatrixAppServiceWeb.AuthPlug
end
path = Application.compile_env(:matrix_app_service, :path, "/")