|
|
@ -64,4 +64,6 @@ def upload_file():
|
|
|
|
|
|
|
|
|
|
|
|
return {'message': 'Failed to add file to repository.'}, 500
|
|
|
|
return {'message': 'Failed to add file to repository.'}, 500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print(f"Uploaded {file}")
|
|
|
|
|
|
|
|
|
|
|
|
return {'message': 'Success.'}, 200
|
|
|
|
return {'message': 'Success.'}, 200
|
|
|
|