Skip to content

Commit 87cb76c

Browse files
author
Peter
committed
ui: geocoding
1 parent 863172d commit 87cb76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/webapp/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ function setAutoCompleteList(fromOrTo) {
10591059
return val === undefined;
10601060
},
10611061
serviceUrl: function() {
1062-
return ghRequest.createGeocodeURL("http://graphhopper.com/api/1");
1062+
return ghRequest.createGeocodeURL();
10631063
},
10641064
transformResult: function(response, originalQuery) {
10651065
response.suggestions = [];

0 commit comments

Comments
 (0)