This commit is contained in:
Inhji 2023-06-11 09:18:00 +02:00
parent e455b16a22
commit c36c645405

View file

@ -40,7 +40,7 @@ defmodule ChiyaWeb.Router do
scope "/indie" do
forward "/micropub",
PlugMicropub,
handler: MicropubHandler,
handler: ChiyaWeb.Indie.MicropubHandler,
json_encoder: Jason
end