add a barebones privacy policy, will likely need to expand it if the service gets more usage
This commit is contained in:
@@ -10,4 +10,9 @@ defmodule EntenduWeb.PageController do
|
||||
|> clear_session()
|
||||
|> render("index.html")
|
||||
end
|
||||
|
||||
def privacy(conn, _params) do
|
||||
conn
|
||||
|> render("privacy_policy.html")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user