witten
/
luminotes
Archived
1
0
Fork 0

When moving upload_file() from Notebooks to Files, forgot to change streaming

configuration accordingly to reflect the new URL.
This commit is contained in:
Dan Helfman 2008-02-01 22:39:22 +00:00
parent e56503903b
commit 1bb6b4fcb0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ settings = {
"""
""",
},
"/notebooks/upload_file": {
"/files/upload_file": {
"stream_response": True
},
}