summaryrefslogtreecommitdiff
path: root/Enum.cs
blob: 20e384c29725ea0bafedd9c74e611730045797ee (plain)
1
2
3
4
5
namespace HyperBooru.Server;

public static class AuthorizationPolicy {
    public const string NsfwPolicy = "IsNsfw";
}