Skip to content

Instantly share code, notes, and snippets.

@paveltyk
Last active September 11, 2019 21:07
Show Gist options
  • Save paveltyk/86d7da6c5da4cb0c778d1d6327fecf06 to your computer and use it in GitHub Desktop.
Save paveltyk/86d7da6c5da4cb0c778d1d6327fecf06 to your computer and use it in GitHub Desktop.
defmodule HealthyskinWeb.PageController do
use HealthyskinWeb, :controller
plug :put_layout, false
def index(conn, _params) do
render(conn, "index.html")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment