Packages

This library is a summary of the functions that are generally required for Matching Web service development.

Current section

Files

Jump to
servicex_matching lib servicex_matching_web controllers page_controller.ex
Raw

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