Skip to content

Commit 4487301

Browse files
committed
chore: updated stac base url
1 parent 6e06886 commit 4487301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const BASE_API_URL: string = parseStringEnv(
7373
*/
7474
export const STAC_CATALOG_API_URL: string = parseStringEnv(
7575
ENVS.FAIR_STAC_CATALOG_BASE_URL,
76-
"https://stac.fair.krschap.tech/stac/",
76+
"https://stac.ai.hotosm.org/stac/",
7777
);
7878

7979
/**

0 commit comments

Comments
 (0)