From c36c645405511fd322600beba94837efbe8a4ad5 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sun, 11 Jun 2023 09:18:00 +0200 Subject: [PATCH] fix typo --- lib/chiya_web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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