Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Jan 31, 2024
1 parent 64a2080 commit 6ea2bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argowrapper/routes/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def wrapper(*args, **kwargs):

if team_project and source_id and len(team_project) > 0 and len(cohort_ids) > 0:
header = {"cookie": "fence={}".format(token)}
url = "https://cohort-middleware-service/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
)

Expand Down

0 comments on commit 6ea2bf0

Please sign in to comment.