Remotely/Server/RateLimiting/PolicyNames.cs
2023-07-25 11:34:35 -07:00

7 lines
157 B
C#

namespace Remotely.Server.RateLimiting;
public static class PolicyNames
{
public const string AgentUpdateDownloads = nameof(AgentUpdateDownloads);
}