Refactored all Policy strings into their own constant file.
This commit is contained in:
parent
a40bc9e9f7
commit
793c13e1e6
4 changed files with 15 additions and 4 deletions
8
API/Constants/PolicyConstants.cs
Normal file
8
API/Constants/PolicyConstants.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace API.Constants
|
||||
{
|
||||
public static class PolicyConstants
|
||||
{
|
||||
public static readonly string AdminRole = "Admin";
|
||||
public static readonly string PlebRole = "Pleb";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue