Subiendo api v2
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10
_build/dev/lib/phoenix_template/ebin/phoenix_template.app
Normal file
10
_build/dev/lib/phoenix_template/ebin/phoenix_template.app
Normal 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"}]}.
|
||||
Reference in New Issue
Block a user