|
|
@ -13,7 +13,7 @@ defmodule BlockScoutWeb.Controller do |
|
|
|
conn |
|
|
|
conn |
|
|
|
|> put_status(:not_found) |
|
|
|
|> put_status(:not_found) |
|
|
|
|> put_view(BlockScoutWeb.PageNotFoundView) |
|
|
|
|> put_view(BlockScoutWeb.PageNotFoundView) |
|
|
|
|> Phoenix.Controller.render(:index) |
|
|
|
|> Controller.render(:index) |
|
|
|
|> halt() |
|
|
|
|> halt() |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|