diff --git a/cod_api/__init__.py b/cod_api/__init__.py index 01e631f..f5ede16 100644 --- a/cod_api/__init__.py +++ b/cod_api/__init__.py @@ -88,7 +88,7 @@ class API: cachedMappings = None fakeXSRF = str(uuid.uuid4()) - baseUrl: str = "https://my.callofduty.com/api/papi-client" + baseUrl: str = "https://profile.callofduty.com/api/papi-client" loggedIn: bool = False # endPoints diff --git a/cod_api/__init__dev.py b/cod_api/__init__dev.py index 1d5c586..db79e12 100644 --- a/cod_api/__init__dev.py +++ b/cod_api/__init__dev.py @@ -89,7 +89,7 @@ class API: cachedMappings = None fakeXSRF = str(uuid.uuid4()) - baseUrl: str = "https://my.callofduty.com/api/papi-client" + baseUrl: str = "https://profile.callofduty.com/api/papi-client" loggedIn: bool = False # endPoints