updated qa to prod in data service fetch
This commit is contained in:
parent
38376857fa
commit
c78ffadc02
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue