Skip to content

Commit

Permalink
Fix #23988: Add api.openhistoricalmap.org as a possible endpoint for …
Browse files Browse the repository at this point in the history
…OHM when getting the default client id (patch by Rub21)

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19253 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Oct 30, 2024
1 parent 9894fbb commit aa41ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/openstreetmap/josm/data/oauth/OAuthParameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private static OAuth20Parameters getDefaultOAuth20Parameters(String apiUrl) {
clientSecret = null;
break;
case "https://www.openhistoricalmap.org/api":
case "https://api.openhistoricalmap.org/api":
// clientId provided by 1ec5 (Minh Nguyễn)
clientId = "Hl5yIhFS-Egj6aY7A35ouLOuZl0EHjj8JJQQ46IO96E";
clientSecret = null;
Expand Down

0 comments on commit aa41ac1

Please sign in to comment.