This is how I did a simple redirect from /
to /products
in a phoenix controller:
def index(conn, _params) do
redirect(conn, to: "/products")
end
This is how I did a simple redirect from /
to /products
in a phoenix controller:
def index(conn, _params) do
redirect(conn, to: "/products")
end
Here, have a slice of pizza 🍕