Skip to content

Commit

Permalink
updated qa to prod in data service fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Jan 31, 2024
1 parent 3837685 commit c78ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caimira/store/data_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
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)

Expand Down

0 comments on commit c78ffad

Please sign in to comment.