forked from xiongyuxing/tiku-backend.net
feat: enforce tenant isolation and shared question bank
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Tiku.Api.Controllers;
|
||||
public sealed class CrmController(
|
||||
ICrmService crmService,
|
||||
ICurrentUser currentUser,
|
||||
ICurrentTenant currentTenant) : ControllerBase
|
||||
ITenantContext currentTenant) : ControllerBase
|
||||
{
|
||||
[HttpGet("config")]
|
||||
[EndpointSummary("查询 CRM 推送配置")]
|
||||
|
||||
Reference in New Issue
Block a user