agregamos redirect.ex y refactorizamos get_hash.ex en controller
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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',[]}}]}.
|
||||
|
||||
Reference in New Issue
Block a user