You've already forked algora-tv
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:
7
lib/algora_web/controllers/error_html.ex
Normal file
7
lib/algora_web/controllers/error_html.ex
Normal 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
|
Reference in New Issue
Block a user