Skip to content

Commit 1ab0e38

Browse files
committed
Update url for adiff service
1 parent f0c4d71 commit 1ab0e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const isOfficialOSM = osmUrl === 'https://www.openhistoricalmap.org';
1919
export const apiOSM =
2020
process.env.REACT_APP_OSM_API || 'https://api.openhistoricalmap.org/api/0.6';
2121
export const adiffServiceUrl =
22-
process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://adiffs.osmcha.org';
22+
process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://adiffs.openhistoricalmap.org';
2323

2424
export const whosThat =
2525
'https://whosthat.osmz.ru/whosthat.php?action=names&id=';

0 commit comments

Comments
 (0)