Merge pull request 'devel' (#119) from devel into main

Reviewed-on: #119
This commit is contained in:
inhji 2023-06-11 09:18:32 +02:00
commit bde1e93159

View file

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