From ccf755b10beef78c4e6ab9270c1e0f14c1e7f6f8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 23:38:29 -0400 Subject: [PATCH] no files for delete --- httpbin/core.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/httpbin/core.py b/httpbin/core.py index 059a729..c3790ae 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -151,9 +151,7 @@ def view_post(): def view_post(): """Returns DETLETE Data.""" - return get_dict( - 'url', 'args', 'form', 'data', 'origin', 'headers', 'files' - ) + return get_dict('url', 'args', 'form', 'data', 'origin', 'headers') @app.route('/gzip')