]> git.openstreetmap.org Git - nominatim.git/commit
add support for CORS headers
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Jan 2023 20:26:32 +0000 (21:26 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Jan 2023 20:39:19 +0000 (21:39 +0100)
commite490a30a4a926a55543fe3222e808233069b869e
tree762ecfd4ee26707d37549f287e9ff0e25c175104
parent654b652530bb7274ec5dc033375e175f81cb42b1
add support for CORS headers

Adds the additional dependency to sanic-cors for the Sanic server.
.github/workflows/ci-tests.yml
.mypy.ini
docs/admin/Installation.md
nominatim/cli.py
nominatim/server/falcon/server.py
nominatim/server/sanic/server.py
nominatim/server/starlette/server.py