This commit is contained in:
2026-02-21 11:02:07 +01:00
commit f21226f10c
48 changed files with 4165 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
defmodule MatrixHomeserverWeb.PageController do
use MatrixHomeserverWeb, :controller
def home(conn, _params) do
render(conn, :home)
end
end