maint(): update baseURL

This commit is contained in:
Rim 2025-01-04 04:44:30 -05:00
parent a41ccd0e15
commit f135c96f72
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class API:
cachedMappings = None cachedMappings = None
fakeXSRF = str(uuid.uuid4()) 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 loggedIn: bool = False
# endPoints # endPoints

View File

@ -89,7 +89,7 @@ class API:
cachedMappings = None cachedMappings = None
fakeXSRF = str(uuid.uuid4()) 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 loggedIn: bool = False
# endPoints # endPoints