init repo

This commit is contained in:
Ryan Pandya
2022-12-23 01:05:17 -05:00
parent 718b29ea9b
commit 210506b5ec
46 changed files with 1755 additions and 30 deletions
@@ -0,0 +1,7 @@
defmodule BlogWeb.PageController do
use BlogWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end