typo
This commit is contained in:
parent
c2d10b63d2
commit
50036daa78
|
@ -189,6 +189,7 @@ public class Controller : ControllerBase
|
||||||
return Unauthorized();
|
return Unauthorized();
|
||||||
|
|
||||||
return user.DescendantUsers().ToList();
|
return user.DescendantUsers().ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
[HttpGet(nameof(GetAllInstallations))]
|
[HttpGet(nameof(GetAllInstallations))]
|
||||||
|
|
Loading…
Reference in New Issue