feat: add attribute maintenance ignore for controllers
This commit is contained in:
parent
b62ddc9015
commit
af284e945f
@ -0,0 +1,6 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Mirea.Api.Endpoint.Common.Attributes;
|
||||||
|
|
||||||
|
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
||||||
|
public class MaintenanceModeIgnoreAttribute : Attribute;
|
Loading…
Reference in New Issue
Block a user