diff options
Diffstat (limited to 'examples/static_world/src')
-rw-r--r-- | examples/static_world/src/static_world.app.src | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/static_world/src/static_world.app.src b/examples/static_world/src/static_world.app.src deleted file mode 100644 index 879801d..0000000 --- a/examples/static_world/src/static_world.app.src +++ /dev/null @@ -1,15 +0,0 @@ -%% Feel free to use, reuse and abuse the code in this file. - -{application, static_world, [ - {description, "Cowboy static file handler example."}, - {vsn, "1"}, - {modules, []}, - {registered, [static_world_sup]}, - {applications, [ - kernel, - stdlib, - cowboy - ]}, - {mod, {static_world_app, []}}, - {env, []} -]}. |