1
0
mirror of https://github.com/algora-io/tv.git synced 2025-06-12 21:57:28 +02:00

initial commit

This commit is contained in:
zafer
2024-02-29 22:31:42 +03:00
commit e07cf7fd6c
84 changed files with 7383 additions and 0 deletions

View File

@ -0,0 +1,7 @@
defmodule AlgoraWeb.ErrorHTML do
use AlgoraWeb, :html
def render(template, _assigns) do
Phoenix.Controller.status_message_from_template(template)
end
end