mirror of
https://github.com/algora-io/tv.git
synced 2025-03-17 20:17:45 +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
|