fix(backend): make API types internal
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace Socialize.Api.Infrastructure.Security;
|
||||
|
||||
public class MissingClaimException(
|
||||
internal class MissingClaimException(
|
||||
string claimName)
|
||||
: Exception($"Claim '{claimName}' is missing.");
|
||||
|
||||
Reference in New Issue
Block a user