Skip to content

Commit

Permalink
Set DashboardController.GetPortalMetrics endpoint name #863
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf committed Jun 24, 2022
1 parent dab099c commit 35142c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public DashboardController(PortalMetric portalMetric)
this.portalMetric = portalMetric;
}

[HttpGet("metrics")]
[HttpGet("metrics", Name = "Get Portal Metrics")]
public ActionResult<PortalMetric> GetPortalMetrics()
{
return this.portalMetric;
Expand Down

0 comments on commit 35142c0

Please sign in to comment.