Added get uses endpoint

This commit is contained in:
2026-08-21 13:21:12 +02:00
parent a3bf7b375b
commit be5fbdbb5f
2 changed files with 28 additions and 0 deletions
@@ -13,4 +13,6 @@ public static class EndpointTags
public const string Evidence = "Evidence & M&E";
public const string Communications = nameof(Communications);
public const string Users = nameof(Users);
}