Improve save button styles

This commit is contained in:
2026-01-23 16:51:53 +07:00
parent f17f8ca17b
commit f87d8bdda9
4 changed files with 59 additions and 15 deletions

View File

@@ -100,7 +100,8 @@ out center;
`.trim();
}
const url = `https://overpass-api.de/api/interpreter?data=${encodeURIComponent(
const url = `https://overpass.bke.ro/api/interpreter?data=${encodeURIComponent(
// const url = `https://overpass-api.de/api/interpreter?data=${encodeURIComponent(
query
)}`;
const res = await this.fetchWithRetry(url);