mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2025-01-18 00:14:59 -05:00
maint(): update baseURL
This commit is contained in:
parent
a41ccd0e15
commit
f135c96f72
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user