From 28fc6d6744c66a6069435e6df7c4ca478f850468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20L=C3=B3pez-Doriga?= Date: Thu, 18 Jan 2024 18:20:57 +0100 Subject: [PATCH] fixing uri --- beacon/conf.py | 2 +- deploy/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon/conf.py b/beacon/conf.py index 65cd511e..5f994119 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-demo.ega-archive.org/api' +uri = 'https://beacon-apis-demo.ega-archive.org/api/' # # Beacon granularity diff --git a/deploy/conf.py b/deploy/conf.py index 2175bb61..e3fe6b3c 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-demo.ega-archive.org/api' +uri = 'https://beacon-apis-demo.ega-archive.org/api/' # # Beacon granularity