update api python to use prod
This commit is contained in:
parent
accb5ecfb9
commit
da1dd8c60d
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ def uploudFile(app_id, folder, fileName, extension, content):
|
|||
content_type=f"application/{extension}")
|
||||
|
||||
def uploudMedCert(requestItem: medCertUploud):
|
||||
client = Minio_Storage.minioConnection.minioConnect("Dev")
|
||||
client = Minio_Storage.minioConnection.minioConnect("Prod")
|
||||
generateMedCertPDF(requestItem)
|
||||
today = datetime.today().strftime('%Y-%m-%d')
|
||||
found = client.bucket_exists("mih")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue