Changeset 19253 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2024-10-30T15:48:42+01:00 (2 weeks ago)
Author:
taylor.smock
Message:

Fix #23988: Add api.openhistoricalmap.org as a possible endpoint for OHM when getting the default client id (patch by Rub21)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/oauth/OAuthParameters.java

    r19235 r19253  
    133133                break;
    134134            case "https://www.openhistoricalmap.org/api":
     135            case "https://api.openhistoricalmap.org/api":
    135136                // clientId provided by 1ec5 (Minh Nguyễn)
    136137                clientId = "Hl5yIhFS-Egj6aY7A35ouLOuZl0EHjj8JJQQ46IO96E";
Note: See TracChangeset for help on using the changeset viewer.