blob: d5823998c6f3cb598635e0550a71d8e09e2a0f34 (
plain) (
tree)
|
|
%% Feel free to use, reuse and abuse the code in this file.
{application, markdown_middleware, [
{description, "Cowboy static file handler example with middleware component."},
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {markdown_middleware_app, []}},
{env, []}
]}.
|