Skip to content

Commit e20f65b

Browse files
authored
update to prod link
1 parent ab1c25e commit e20f65b

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://demo.contributions-stats.ohsome.org/api";
7+
const url = "https://stats.now.ohsome.org/api";
88

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

0 commit comments

Comments
 (0)