mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Found typo while reading code comments (#41740)
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ func GetOrgByID(c *models.ReqContext) response.Response {
|
||||
return getOrgHelper(c.Req.Context(), c.ParamsInt64(":orgId"))
|
||||
}
|
||||
|
||||
// Get /api/orgs/name/:name
|
||||
// GET /api/orgs/name/:name
|
||||
func (hs *HTTPServer) GetOrgByName(c *models.ReqContext) response.Response {
|
||||
org, err := hs.SQLStore.GetOrgByName(web.Params(c.Req)[":name"])
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user