getaddress: send User-Agent to Nominatim

This commit is contained in:
2024-11-11 11:09:49 +00:00
parent 3fbe3fb025
commit dc723f7941
4 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import i18next from 'i18next'
import i18nextMiddleware from 'i18next-http-middleware'
import Backend from 'i18next-node-fs-backend'
import {logit} from "./utilities/logit.js"
import pkg from './package.json' assert { type: "json" }
import pkg from './package.json' with { type: "json" }
const app = express()