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,9 +1,5 @@
{application,finch,
[{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,mint,nimble_pool,
nimble_options,telemetry,mime]},
{description,"An HTTP client focused on performance."},
{modules,['Elixir.Finch','Elixir.Finch.Error',
[{modules,['Elixir.Finch','Elixir.Finch.Error',
'Elixir.Finch.HTTP1.Conn','Elixir.Finch.HTTP1.Pool',
'Elixir.Finch.HTTP1.PoolMetrics',
'Elixir.Finch.HTTP2.Pool',
@ -12,5 +8,9 @@
'Elixir.Finch.Pool','Elixir.Finch.PoolManager',
'Elixir.Finch.Request','Elixir.Finch.Response',
'Elixir.Finch.SSL','Elixir.Finch.Telemetry']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,mint,nimble_pool,
nimble_options,telemetry,mime]},
{description,"An HTTP client focused on performance."},
{registered,[]},
{vsn,"0.19.0"}]}.