From 5ea67ad983949f5093c164a7c7c0f0cc71b7434d Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 14 Nov 2024 23:36:05 +0000 Subject: Fix auth endpoint for case attribute editing --- gn3/case_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/case_attributes.py') diff --git a/gn3/case_attributes.py b/gn3/case_attributes.py index 1e74403..7dad6d0 100644 --- a/gn3/case_attributes.py +++ b/gn3/case_attributes.py @@ -77,7 +77,7 @@ def required_access( result = requests.get( # this section fetches the resource ID from the auth server urljoin(current_app.config["AUTH_SERVER_URL"], - "auth/resource/inbredset/resource-id" + "auth/resource/populations/resource-id" f"/{__species_id__(conn)}/{inbredset_id}")) if result.status_code == 200: resource_id = result.json()["resource-id"] -- cgit 1.4.1