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,10 +1,17 @@
{application, 'cowboy', [
{description, "Small, fast, modern HTTP server."},
{vsn, "2.13.0"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_decompress_h','cowboy_handler','cowboy_http','cowboy_http2','cowboy_http3','cowboy_loop','cowboy_metrics_h','cowboy_middleware','cowboy_quicer','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_tracer_h','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},
{applications, [kernel,stdlib,crypto,cowlib,ranch]},
{optional_applications, []},
{mod, {cowboy_app, []}},
{env, []}
]}.
{application,cowboy,
[{description,"Small, fast, modern HTTP server."},
{vsn,"2.13.0"},
{modules,[cowboy,cowboy_app,cowboy_bstr,cowboy_children,
cowboy_clear,cowboy_clock,cowboy_compress_h,
cowboy_constraints,cowboy_decompress_h,cowboy_handler,
cowboy_http,cowboy_http2,cowboy_http3,cowboy_loop,
cowboy_metrics_h,cowboy_middleware,cowboy_quicer,
cowboy_req,cowboy_rest,cowboy_router,cowboy_static,
cowboy_stream,cowboy_stream_h,cowboy_sub_protocol,
cowboy_sup,cowboy_tls,cowboy_tracer_h,
cowboy_websocket]},
{registered,[cowboy_sup,cowboy_clock]},
{applications,[kernel,stdlib,crypto,cowlib,ranch]},
{optional_applications,[]},
{mod,{cowboy_app,[]}},
{env,[]}]}.