Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Feb 1, 2024
1 parent db30a74 commit 4902931
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 @@ -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
)

Expand Down

0 comments on commit 4902931

Please sign in to comment.