We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c4d71 commit 1ab0e38Copy full SHA for 1ab0e38
src/config/constants.js
@@ -19,7 +19,7 @@ export const isOfficialOSM = osmUrl === 'https://www.openhistoricalmap.org';
19
export const apiOSM =
20
process.env.REACT_APP_OSM_API || 'https://api.openhistoricalmap.org/api/0.6';
21
export const adiffServiceUrl =
22
- process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://adiffs.osmcha.org';
+ process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://adiffs.openhistoricalmap.org';
23
24
export const whosThat =
25
'https://whosthat.osmz.ru/whosthat.php?action=names&id=';
0 commit comments