From c78ffadc0237ca5b4cea6b3a0c3a76052e3308f3 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Wed, 31 Jan 2024 16:39:36 +0100 Subject: [PATCH] updated qa to prod in data service fetch --- caimira/store/data_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caimira/store/data_service.py b/caimira/store/data_service.py index 6ec03eed..80463f42 100644 --- a/caimira/store/data_service.py +++ b/caimira/store/data_service.py @@ -20,7 +20,7 @@ class DataService: self._host = host @classmethod - def create(cls, host: str = "https://caimira-data-api-qa.app.cern.ch"): # UPDATE QA TO PROD ONCE ALL IS WORKING + def create(cls, host: str = "https://caimira-data-api.app.cern.ch"): """Factory.""" return cls(host)