Browse Source

Merge pull request #2336 from efectn/patch-1

Photon API Link Update
Alexandre Flament 4 years ago
parent
commit
93c2603561
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}'