fix and update

This commit is contained in:
lendry
2026-06-29 15:08:26 +03:00
parent 01e4917acf
commit e127df3d6d
8 changed files with 57 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ export interface ParsedAddress {
}
const NOMINATIM_HEADERS = {
'User-Agent': 'LendryID/1.0 (contact@lendry.ru)',
'User-Agent': 'MVKID/1.0 (sso@idpmvk.lpr)',
Accept: 'application/json'
};