Skip to content

Commit

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

0 comments on commit 6a84fc6

Please sign in to comment.