Packages

Provides a web user interface for the Tracy function tracer.

Current section

Files

Jump to
tracy_web lib tracy_web web controllers page_controller.ex
Raw

lib/tracy_web/web/controllers/page_controller.ex

defmodule TracyWeb.Web.PageController do
use TracyWeb.Web, :controller
def index(conn, _params) do
render conn, "index.html"
end
end