From 0552e74fdbe3710a882d7e6f9358fa092f5d7c6b Mon Sep 17 00:00:00 2001 From: Josepablo C Date: Sat, 22 Feb 2025 21:06:41 -0600 Subject: [PATCH] fix: Update minIO endpoint --- v1/src/config/apiConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/src/config/apiConfig.json b/v1/src/config/apiConfig.json index 4d7658f..f6654d4 100644 --- a/v1/src/config/apiConfig.json +++ b/v1/src/config/apiConfig.json @@ -26,7 +26,7 @@ "news_key":"news", "driver":{ "minio":{ - "endPoint": "api.minio.etaviaporte.jcruzbaas.com", + "endPoint": "api.minio.cloud.etaviaporte.com", "port": 443, "useSSL": true, "accessKey": "Ygw68RydX2mvktAwjFEj",