Docs and cleanup

This commit is contained in:
Maciej 2026-03-01 12:46:28 +02:00
parent f0cf03141b
commit 22a7fd9c6d
Signed by: maciej
GPG key ID: 28243AF437E32F99
13 changed files with 159 additions and 74 deletions

View file

@ -1,4 +1,6 @@
defmodule BirdyChatWeb.Api.Server.Internal.JSON do
@moduledoc false
def render("create.json", %{message: message}) do
message
end