diff --git a/src/services/Florage.Shared/Utils/Constants.cs b/src/services/Florage.Shared/Utils/Constants.cs index 5dd4345..e6708e3 100644 --- a/src/services/Florage.Shared/Utils/Constants.cs +++ b/src/services/Florage.Shared/Utils/Constants.cs @@ -3,5 +3,7 @@ public static class Constants { public static string VHostAddress = "/"; + public static string AdminRole = "Admin"; + public static string SelllerRole = "Seller"; } }