Skip to content

Commit

Permalink
Hotfix for CR
Browse files Browse the repository at this point in the history
Fixes authentication in CR
Fixes #573
  • Loading branch information
AnimeDL committed Jan 9, 2024
1 parent 3174a4d commit fb0559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/module.api-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const api: APIType = {
// beta api
beta_auth: `${domain.api_beta}/auth/v1/token`,
beta_authBasic: 'Basic bm9haWhkZXZtXzZpeWcwYThsMHE6',
beta_authBasicMob: 'Basic YTZ5eGxvYW04c2VqaThsZDhldnc6aFQ3d2FjWHhNaURJcDhSNE9kekJybWVoQUtLTEVKUEE=',
beta_authBasicMob: 'Basic b2VkYXJteHN0bGgxanZhd2ltbnE6OWxFaHZIWkpEMzJqdVY1ZFc5Vk9TNTdkb3BkSnBnbzE=',
beta_profile: `${domain.api_beta}/accounts/v1/me/profile`,
beta_cmsToken: `${domain.api_beta}/index/v2`,
search: `${domain.api_beta}/content/v2/discover/search`,
Expand Down

0 comments on commit fb0559a

Please sign in to comment.