Init project.

This commit is contained in:
2023-07-04 21:49:02 +03:00
commit 2c7bb30996
30 changed files with 1259 additions and 0 deletions
@@ -0,0 +1,7 @@
defmodule LinkShortenerWeb.PageController do
use LinkShortenerWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end