fix: add method for ignoring mode attribute
This commit is contained in:
parent
5e072d88c2
commit
39208037f0
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
namespace Mirea.Api.Endpoint.Common.Attributes;
|
namespace Mirea.Api.Endpoint.Common.Attributes;
|
||||||
|
|
||||||
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = false)]
|
||||||
public class MaintenanceModeIgnoreAttribute : Attribute;
|
public class MaintenanceModeIgnoreAttribute : Attribute;
|
Loading…
x
Reference in New Issue
Block a user