Added "log"
This commit is contained in:
parent
74fed46546
commit
8df79d68ff
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
|
@ -64,4 +64,6 @@ def upload_file():
|
|||
|
||||
return {'message': 'Failed to add file to repository.'}, 500
|
||||
|
||||
print(f"Uploaded {file}")
|
||||
|
||||
return {'message': 'Success.'}, 200
|
||||
|
|
|
|||
Reference in a new issue