From fdbd536faa0109ca6880c01521d442bbc1567896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20L=C3=B3pez-Doriga?= Date: Mon, 27 Nov 2023 23:40:52 +0100 Subject: [PATCH] editing conf uri --- beacon/conf.py | 2 +- beacon/request/response_type.yml | 2 +- deploy/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beacon/conf.py b/beacon/conf.py index 6324ae7b..7c26cd57 100644 --- a/beacon/conf.py +++ b/beacon/conf.py @@ -12,7 +12,7 @@ beacon_id = 'org.ega-archive.ga4gh-approval-beacon-test' # ID of the Beacon beacon_name = 'GA4GH Approval Beacon Test' # Name of the Beacon service api_version = 'v2.0.0' # Version of the Beacon implementation -uri = 'https://beacon-apis-test.ega-archive.org/api/' +uri = 'https://beacon-apis-test.ega-archive.org/api' # # Beacon granularity diff --git a/beacon/request/response_type.yml b/beacon/request/response_type.yml index 720ab31d..37ad63ac 100644 --- a/beacon/request/response_type.yml +++ b/beacon/request/response_type.yml @@ -1,4 +1,4 @@ dummy_user: -- count +- record costero-e: - record \ No newline at end of file diff --git a/deploy/conf.py b/deploy/conf.py index cacef907..8b1fd119 100644 --- a/deploy/conf.py +++ b/deploy/conf.py @@ -6,7 +6,7 @@ beacon_id = 'org.ega-archive.ga4gh-approval-beacon-test' # ID of the Beacon beacon_name = 'GA4GH Approval Beacon Test' # Name of the Beacon service api_version = 'v2.0.0' # Version of the Beacon implementation -uri = 'https://beacon-apis-test.ega-archive.org/api/' +uri = 'https://beacon-apis-test.ega-archive.org/api' # # Beacon granularity