Browse Source

Photon API Link Update

Via https://photon.komoot.io/
M. Efe Çetin 4 years ago
parent
commit
d1f527c3af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/photon.py

+ 1 - 1
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}'