Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / web / controllers / page_controller.ex
1 defmodule TechRadarEditor.PageController do
2 use TechRadarEditor.Web, :controller
3
4 def index(conn, _params) do
5 render conn, "index.html"
6 end
7 end