Skip to content

Commit df5e9b5

Browse files
committed
Update adiffServiceUrl for production
1 parent 0afaf0e commit df5e9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/constants.js

Lines changed: 1 addition & 1 deletion
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://s3.us-east-1.amazonaws.com/planet-staging.openhistoricalmap.org/ohm-augmented-diffs';
22+
process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://s3.us-east-1.amazonaws.com/planet.openhistoricalmap.org/ohm-augmented-diffs';
2323

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

0 commit comments

Comments
 (0)