Subiendo api v2

This commit is contained in:
2025-04-16 10:03:13 -03:00
commit 226933fda7
7537 changed files with 576844 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{application,phoenix_template,
[{modules,['Elixir.Phoenix.Template',
'Elixir.Phoenix.Template.EExEngine',
'Elixir.Phoenix.Template.Engine',
'Elixir.Phoenix.Template.ExsEngine']},
{optional_applications,[phoenix_html]},
{applications,[kernel,stdlib,elixir,eex,phoenix_html]},
{description,"Template rendering for Phoenix"},
{registered,[]},
{vsn,"1.0.4"}]}.