From da1dd8c60dc08c48f308984ec686725d28887684 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 24 Apr 2025 13:31:49 +0200 Subject: [PATCH] update api python to use prod --- backend/routers/fileStorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routers/fileStorage.py b/backend/routers/fileStorage.py index 7d95aedb..8ae1c48a 100644 --- a/backend/routers/fileStorage.py +++ b/backend/routers/fileStorage.py @@ -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")