Skip to content

Commit

Permalink
Merge pull request #24 from OpenHistoricalMap/fix/nominatim-url
Browse files Browse the repository at this point in the history
Update Nominatim Endpoint
  • Loading branch information
Rub21 authored Oct 31, 2024
2 parents 336570c + 6675dda commit 033ff5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/nominatim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class nominatim {
static request(search, callback) {
// ajax (GET) request to nominatim
$.ajax(
`https://nominatim.openhistoricalmap.org/search` +
`https://nominatim-api.openhistoricalmap.org/search` +
`?X-Requested-With=${configs.appname}`,
{
data: {
Expand Down

0 comments on commit 033ff5d

Please sign in to comment.