Skip to content

Commit

Permalink
Update nominatim api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 31, 2024
1 parent 6a84fc6 commit 32cdb31
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.html` +
`https://nominatim-api.openhistoricalmap.org/search` +
`?X-Requested-With=${configs.appname}`,
{
data: {
Expand Down

0 comments on commit 32cdb31

Please sign in to comment.