There was an error while loading. Please reload this page.
1 parent 6e06886 commit 4487301Copy full SHA for 4487301
1 file changed
frontend/src/config/index.ts
@@ -73,7 +73,7 @@ export const BASE_API_URL: string = parseStringEnv(
73
*/
74
export const STAC_CATALOG_API_URL: string = parseStringEnv(
75
ENVS.FAIR_STAC_CATALOG_BASE_URL,
76
- "https://stac.fair.krschap.tech/stac/",
+ "https://stac.ai.hotosm.org/stac/",
77
);
78
79
/**
0 commit comments