When i am trying to show my image that was uploaded on show I m getting match error.
def show(conn, %{“id” => id}) do
picture = Storage.get_picture!(id)
render(conn, “show.html”, picture: picture)
end
When i am trying to show my image that was uploaded on show I m getting match error.
def show(conn, %{“id” => id}) do
picture = Storage.get_picture!(id)
render(conn, “show.html”, picture: picture)
end