diff --git a/app.py b/app.py index 749cc13..60c40f9 100644 --- a/app.py +++ b/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