Skip to content

Commit

Permalink
fix user url
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Dec 6, 2024
1 parent 4c0c7a6 commit 8fe2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ class Mercedesme extends utils.Adapter {
{
jar: this.jar,
gzip: true,
url: "https://bff.emea-prod.mobilesdk.mercedes-benz.com//v2/user/self",
url: "https://bff.emea-prod.mobilesdk.mercedes-benz.com//v1/user",
headers: headers,
json: true,
},
Expand Down

0 comments on commit 8fe2d4b

Please sign in to comment.