refactor: rename project from dgray.io to kashilo.com
This commit is contained in:
@@ -144,7 +144,7 @@ class LocationMap extends HTMLElement {
|
||||
})
|
||||
|
||||
const response = await fetch(`${NOMINATIM_URL}?${params}`, {
|
||||
headers: { 'User-Agent': 'dgray.io/1.0' }
|
||||
headers: { 'User-Agent': 'kashilo.com/1.0' }
|
||||
})
|
||||
|
||||
const results = await response.json()
|
||||
|
||||
Reference in New Issue
Block a user