diff --git a/searx/engines/photon.py b/searx/engines/photon.py index 9201fc168..7a6fc8321 100644 --- a/searx/engines/photon.py +++ b/searx/engines/photon.py @@ -21,7 +21,7 @@ language_support = True number_of_results = 10 # search-url -base_url = 'https://photon.komoot.de/' +base_url = 'https://photon.komoot.io/' search_string = 'api/?{query}&limit={limit}' result_base_url = 'https://openstreetmap.org/{osm_type}/{osm_id}'