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