Skip to content

Commit

Permalink
chage link to secret prod
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed May 9, 2024
1 parent 96928c6 commit aed6a2b
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 aed6a2b

Please sign in to comment.