Packages

Improve the UI quality of your product by capturing visual states of LiveView components.

Current section

Files

Jump to
live_capture lib live_capture controllers page_controller.ex
Raw

lib/live_capture/controllers/page_controller.ex

defmodule LiveCapture.PageController do
use Phoenix.Controller, formats: [:html]
def not_found(conn, _) do
send_resp(conn, 404, "Not found")
end
end