diff options
Diffstat (limited to 'examples/upload/src')
-rw-r--r-- | examples/upload/src/upload.app.src | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/upload/src/upload.app.src b/examples/upload/src/upload.app.src deleted file mode 100644 index 2325935..0000000 --- a/examples/upload/src/upload.app.src +++ /dev/null @@ -1,15 +0,0 @@ -%% 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, []} -]}. |