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 PointsController(
|
||||
IPointService pointService,
|
||||
ICurrentUser currentUser,
|
||||
ICurrentTenant currentTenant) : ControllerBase
|
||||
ITenantContext currentTenant) : ControllerBase
|
||||
{
|
||||
[HttpGet("summary")]
|
||||
[EndpointSummary("查询当前用户积分摘要")]
|
||||
|
||||
Reference in New Issue
Block a user