Refactor xApi from Side Affect Changes ...

This commit is contained in:
2026-05-16 01:15:29 +03:30
parent 1f4b6e7c9a
commit b346b3c1ef
6 changed files with 2 additions and 195 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace xApi.Controllers {
/// Test all Authentication Policies ...
/// </summary>
[RequireXPowered (false)]
public class TestIdentity : XIBaseController {
public class TestIdentity : XBaseIdentityController {
public TestIdentity (
ILogger<TestIdentity> logger,
XAppConfiguration appConfiguration,