parent
1a9214268c
commit
ffadae3306
@ -0,0 +1,8 @@ |
|||||||
|
defmodule BlockScoutWeb.PageNotFoundController do |
||||||
|
use BlockScoutWeb, :controller |
||||||
|
|
||||||
|
def index(conn, _params) do |
||||||
|
conn |
||||||
|
|> render("index.html") |
||||||
|
end |
||||||
|
end |
@ -0,0 +1,5 @@ |
|||||||
|
defmodule BlockScoutWeb.PageNotFoundView do |
||||||
|
use BlockScoutWeb, :view |
||||||
|
|
||||||
|
@dialyzer :no_match |
||||||
|
end |
Loading…
Reference in new issue