Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-10-11 17:47:02 +02:00
parent 559c889f1b
commit 7e137d1a1c
6 changed files with 20 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ defmodule MobilizonWeb.PageController do
def index(conn, _params) do
conn
|> put_resp_content_type("text/html")
|> send_file(200, "priv/static/index.html")
|> put_resp_content_type("text/html")
|> send_file(200, "priv/static/index.html")
end
end