mirror of https://github.com/abpframework/abp.git
3 changed files with 23 additions and 2 deletions
@ -0,0 +1,8 @@ |
|||
using System; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Security; |
|||
|
|||
public class IgnoreAbpSecurityHeaderAttribute : Attribute |
|||
{ |
|||
|
|||
} |
|||
Loading…
Reference in new issue