We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70ff316 + 87b58d6 commit b276d4aCopy full SHA for b276d4a
1 file changed
src/maps/api/constants.ts
@@ -6,7 +6,8 @@ export const OVERPASS_API_FALLBACK =
6
export const GEOCODER_API = "https://photon.komoot.io/api/";
7
export const PASTEBIN_API_POST_URL =
8
"https://cors-anywhere.com/https://pastebin.com/api/api_post.php";
9
-export const PASTEBIN_API_RAW_URL = "https://pastebin.com/raw/";
+export const PASTEBIN_API_RAW_URL =
10
+ "https://cors-anywhere.com/https://pastebin.com/raw/";
11
12
export const ICON_COLORS = {
13
black: "#3D3D3D",
0 commit comments