Skip to content

Commit

Permalink
Merge pull request #716 from NASA-IMPACT/715-updates-webapp-linkage-t…
Browse files Browse the repository at this point in the history
…o-secret-prod

chage link to secret prod
  • Loading branch information
CarsonDavis authored May 9, 2024
2 parents 96928c6 + aed6a2b commit 20e6cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_collections/models/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def tree_root(self) -> str:
def server_url_secret_prod(self) -> str:
base_url = "https://sciencediscoveryengine.nasa.gov"
payload = {
"name": "query-sde-primary",
"name": "secret-prod",
"scope": "All",
"text": "",
"advanced": {
Expand Down

0 comments on commit 20e6cb1

Please sign in to comment.