Skip to content

Commit ca92f2b

Browse files
authored
Update main.js
1 parent a18df7c commit ca92f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ the root Missing Maps API endpoint.
44
*/
55

66
const xmlhttp = new XMLHttpRequest();
7-
const url = "https://stats.now.ohsome.org/api/stats/missingmaps?ohsomeFormat=true";
7+
const url = "https://stats.now.ohsome.org/api/stats/missingmaps";
88

99
xmlhttp.onreadystatechange = function() {
1010
if (xmlhttp.readyState === 4 && xmlhttp.status === 200) {

0 commit comments

Comments
 (0)