blob: 232593552d6c45a34c55974d17aa2fd7c2e2f8c2 (
plain) (
tree)
|
|
%% Feel free to use, reuse and abuse the code in this file.
{application, upload, [
{description, "Cowboy multipart upload example."},
{vsn, "1"},
{modules, []},
{registered, [upload_sup]},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {upload_app, []}},
{env, []}
]}.
|