From c1d5c5b637a57759c0df1edd6fb114690eb8253d Mon Sep 17 00:00:00 2001 From: Tariq Soliman Date: Tue, 14 Jan 2025 13:42:58 -0800 Subject: [PATCH] Use pretty api domain name --- .env | 1 + 1 file changed, 1 insertion(+) diff --git a/.env b/.env index 986d1f1..131ae10 100644 --- a/.env +++ b/.env @@ -7,6 +7,7 @@ REACT_APP_PUBLIC_URL = "/beta" PUBLIC_URL = "/beta" REACT_APP_DOMAIN = "https://pds-imaging.jpl.nasa.gov/api" +#REACT_APP_DOMAIN = "https://nckyqwyyoc.execute-api.us-west-2.amazonaws.com/v1" REACT_APP_DATA_ENDPOINT = "/data" REACT_APP_SEARCH_ENDPOINT = "/search/atlas/_search" REACT_APP_PIT_ENDPOINT = "/search/atlas/_pit"