forked from gongxuegit/tiku-backend.net
feat: enforce tenant isolation and shared question bank
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Tiku.Api.Controllers;
|
||||
[Route("api/tenants")]
|
||||
public sealed class TenantsController(
|
||||
ICurrentUser currentUser,
|
||||
ICurrentTenant currentTenant,
|
||||
ITenantContext currentTenant,
|
||||
TikuDbContext dbContext) : ControllerBase
|
||||
{
|
||||
[HttpGet("current")]
|
||||
|
||||
Reference in New Issue
Block a user