Skip to content

Commit

Permalink
Redirect users from Russia directly to CloudPayments (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsisyk authored Dec 22, 2023
1 parent fccf37e commit b08cf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SERVER = {

// Exported for tests.
export const DONATE_URL = 'https://organicmaps.app/donate/';
export const DONATE_URL_RU = 'https://organicmaps.app/ru/donate/';
export const DONATE_URL_RU = 'https://donate.organicmaps.ru/';

export async function getServersList(request: Request) {
// Private for map files.
Expand Down

0 comments on commit b08cf5b

Please sign in to comment.