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