init commit

This commit is contained in:
2022-08-30 02:41:31 -04:00
commit 559f6f959f
85 changed files with 3583 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
defmodule DiffuserWeb.PageController do
use DiffuserWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end