From 1bb6b4fcb05a45beafcee50dabbdf6bbfe6cae34 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 1 Feb 2008 22:39:22 +0000 Subject: [PATCH] When moving upload_file() from Notebooks to Files, forgot to change streaming configuration accordingly to reflect the new URL. --- config/Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Common.py b/config/Common.py index 5c93d91..bdc725f 100644 --- a/config/Common.py +++ b/config/Common.py @@ -63,7 +63,7 @@ settings = { """ """, }, - "/notebooks/upload_file": { + "/files/upload_file": { "stream_response": True }, }