Skip to content

Commit

Permalink
update secret-prod url in the return
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed May 9, 2024
1 parent 20e6cb1 commit 34ff8b0
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 @@ -131,7 +131,7 @@ def server_url_secret_prod(self) -> str:
},
}
encoded_payload = urllib.parse.quote(json.dumps(payload))
return f"{base_url}/app/nasa-sba-sde/#/search?query={encoded_payload}"
return f"{base_url}/app/secret-prod/#/search?query={encoded_payload}"

@property
def server_url_prod(self) -> str:
Expand Down

0 comments on commit 34ff8b0

Please sign in to comment.