You've already forked algora-tv
mirror of
https://github.com/algora-io/tv.git
synced 2025-06-12 21:57:28 +02:00
8 lines
165 B
Elixir
8 lines
165 B
Elixir
defmodule AlgoraWeb.ErrorHTML do
|
|
use AlgoraWeb, :html
|
|
|
|
def render(template, _assigns) do
|
|
Phoenix.Controller.status_message_from_template(template)
|
|
end
|
|
end
|