Release v1.0.0 #16
@ -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;
|
Reference in New Issue
Block a user