Packages
servicex_matching
0.0.1
This library is a summary of the functions that are generally required for Matching Web service development.
Current section
Files
Jump to
Current section
Files
lib/servicex_matching_web/controllers/page_controller.ex
defmodule ServicexMatchingWeb.PageController do
use ServicexMatchingWeb, :controller
def index(conn, _params) do
render conn, "index.html"
end
end