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