Skip to content

Commit

Permalink
Updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Jun 15, 2023
1 parent 57aa1e1 commit f92a188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public DevOpsMetricServiceApi(string devOpsServiceURL)
try
{
// api/DORASummary/GetDORASummaryItems?owner=samsmithnz&repository=DevOpsMetrics
string url = $"/api/DORASummary/GetDORASummaryItem?owner={owner}&repository={repo}";
string url = $"/api/DORASummary/GetDORASummaryItem?owner={owner}&project=&repository={repo}";
return await BaseApi.GetResponse<DORASummaryItem>(Client, url);
}
catch (Exception ex)
Expand Down

0 comments on commit f92a188

Please sign in to comment.