fix(backend): make API types internal
This commit is contained in:
@@ -6,7 +6,7 @@ using Socialize.Api.Modules.Identity.Models;
|
||||
namespace Socialize.Api.Modules.Identity.Handlers;
|
||||
|
||||
[PublicAPI]
|
||||
public class GetCurrentUserPortraitHandler(
|
||||
internal class GetCurrentUserPortraitHandler(
|
||||
IdentityService identityService,
|
||||
IBlobStorage blobStorage
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user