We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1c25e commit e20f65bCopy full SHA for e20f65b
app/assets/scripts/main.js
@@ -4,7 +4,7 @@ the root Missing Maps API endpoint.
4
*/
5
6
const xmlhttp = new XMLHttpRequest();
7
-const url = "https://demo.contributions-stats.ohsome.org/api";
+const url = "https://stats.now.ohsome.org/api";
8
9
xmlhttp.onreadystatechange = function() {
10
if (xmlhttp.readyState === 4 && xmlhttp.status === 200) {
0 commit comments