forked from xiongyuxing/tiku-backend.net
feat: enforce tenant isolation and shared question bank
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Tiku.Api.Controllers;
|
||||
public sealed class ProfileController(
|
||||
IProfileService profileService,
|
||||
ICurrentUser currentUser,
|
||||
ICurrentTenant currentTenant) : ControllerBase
|
||||
ITenantContext currentTenant) : ControllerBase
|
||||
{
|
||||
[HttpGet("me")]
|
||||
[EndpointSummary("获取当前学生资料")]
|
||||
|
||||
Reference in New Issue
Block a user