Proxichat/web/controllers/page_controller.ex
Mikko Ahlroth d031961a84 HÄXFEST 2015 !!! ! ! ! !
ZZZZZZZZZ
2015-11-29 06:34:42 +02:00

7 lines
142 B
Elixir

defmodule Proxichat.PageController do
use Proxichat.Web, :controller
def index(conn, _params) do
render conn, "index.html"
end
end