Skip to content

Commit

Permalink
Merge pull request #72 from PasinduPrabhashitha/async-messaging
Browse files Browse the repository at this point in the history
feat ✨ : add roles constants
  • Loading branch information
pasindu-pr authored Apr 22, 2023
2 parents c7fc31f + 9ab0170 commit 72de2d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/Florage.Shared/Utils/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
public static class Constants
{
public static string VHostAddress = "/";
public static string AdminRole = "Admin";
public static string SelllerRole = "Seller";
}
}

0 comments on commit 72de2d5

Please sign in to comment.