feat: added csv templates
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2026-01-12 17:36:15 +01:00
parent 3fd6410bb4
commit 720a43a38c
4 changed files with 25 additions and 1 deletions

View file

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