Skip to content

Commit 72de2d5

Browse files
authored
Merge pull request #72 from PasinduPrabhashitha/async-messaging
feat ✨ : add roles constants
2 parents c7fc31f + 9ab0170 commit 72de2d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/Florage.Shared/Utils/Constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
public static class Constants
44
{
55
public static string VHostAddress = "/";
6+
public static string AdminRole = "Admin";
7+
public static string SelllerRole = "Seller";
68
}
79
}

0 commit comments

Comments
 (0)