Current section
Files
Jump to
Current section
Files
lib/imagine_web/controllers/cms_controller.ex
defmodule ImagineWeb.CmsController do
use ImagineWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end