From 4902931031ce46ff2aee52106b3c443fc23f105d Mon Sep 17 00:00:00 2001 From: tianj7 Date: Thu, 1 Feb 2024 00:48:08 -0600 Subject: [PATCH] bug fix --- src/argowrapper/routes/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argowrapper/routes/routes.py b/src/argowrapper/routes/routes.py index da300a8..0eeeb70 100644 --- a/src/argowrapper/routes/routes.py +++ b/src/argowrapper/routes/routes.py @@ -173,7 +173,7 @@ def wrapper(*args, **kwargs): if team_project and source_id and len(team_project) > 0 and len(cohort_ids) > 0: header = {"Authorization": token, "cookie": "fence={}".format(token)} - url = "http://cohort-middleware-service/cohort-middleware/cohortdefinition-stats/by-source-id/{}/by-team-project?team-project={}".format( + url = "http://cohort-middleware-service/cohortdefinition-stats/by-source-id/{}/by-team-project?team-project={}".format( source_id, team_project )