Add documentation

This commit is contained in:
Maciej 2026-03-01 13:22:29 +02:00
parent a597daa920
commit 64e1deca92
Signed by: maciej
GPG key ID: 28243AF437E32F99
6 changed files with 69 additions and 17 deletions

View file

@ -14,7 +14,7 @@ defmodule BirdyChatWeb.Api.Server.Internal.Controller do
The endpoint is protected by simple authentication that requires the secret key of all servers
being the same. It is good enough for a demo, but for any real application it would need to be
reconsidered.
reconsidered. HTTPS would be a non-negotiable requirement for any user-facing deployment.
"""
use BirdyChatWeb, :controller