diff --git a/lib/chiya_web/router.ex b/lib/chiya_web/router.ex index 1840e45..5ba03f9 100644 --- a/lib/chiya_web/router.ex +++ b/lib/chiya_web/router.ex @@ -40,7 +40,7 @@ defmodule ChiyaWeb.Router do scope "/indie" do forward "/micropub", PlugMicropub, - handler: MicropubHandler, + handler: ChiyaWeb.Indie.MicropubHandler, json_encoder: Jason end