checkpoint: create/delete working now / existing tests passing / need moar tests
[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