feat(elixir): image upload function with preview

This commit is contained in:
Schuwi
2025-09-14 13:23:45 +02:00
parent ece9850713
commit b9126c286f
3 changed files with 267 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ defmodule ComponentsElixirWeb do
those modules here.
"""
def static_paths, do: ~w(assets fonts images favicon.ico robots.txt)
def static_paths, do: ~w(assets fonts images uploads favicon.ico robots.txt)
def router do
quote do