agregamos redirect.ex y refactorizamos get_hash.ex en controller

This commit is contained in:
2025-04-17 12:55:17 -03:00
parent 4899d61433
commit 84922f7548
5054 changed files with 326731 additions and 19002 deletions

View File

@ -1,12 +1,12 @@
{application,phoenix_live_reload,
[{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,phoenix,file_system]},
{description,"Provides live-reload functionality for Phoenix"},
{modules,['Elixir.Phoenix.LiveReloader',
[{modules,['Elixir.Phoenix.LiveReloader',
'Elixir.Phoenix.LiveReloader.Application',
'Elixir.Phoenix.LiveReloader.Channel',
'Elixir.Phoenix.LiveReloader.Socket',
'Elixir.Phoenix.LiveReloader.WebConsoleLogger']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,phoenix,file_system]},
{description,"Provides live-reload functionality for Phoenix"},
{registered,[]},
{vsn,"1.6.0"},
{mod,{'Elixir.Phoenix.LiveReloader.Application',[]}}]}.