refactor(architecture): enforce module boundaries

This commit is contained in:
2026-08-03 12:26:09 +08:00
parent 290a0c7bd7
commit caea0062b0
234 changed files with 21723 additions and 18117 deletions

View File

@@ -6,7 +6,7 @@ namespace Tiku.Api.Controllers;
[ApiController]
[ApiExplorerSettings(IgnoreApi = true)]
[Route("api/_security")]
[Route("api/system/security")]
public sealed class SecurityDiagnosticsController(
ICurrentUser currentUser,
ITenantContext currentTenant) : ControllerBase