petite factorisation
This commit is contained in:
parent
fd129f19f5
commit
b2a35b60ce
9 changed files with 26 additions and 32 deletions
10
src/Yavsc.Blogs/Constants.cs
Normal file
10
src/Yavsc.Blogs/Constants.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Yavsc.Blogs;
|
||||
|
||||
public static class Constants
|
||||
{
|
||||
public const string AdminRole = "Admin";
|
||||
public const string ModeratorRole = "Moderator";
|
||||
public const string UserRole = "User";
|
||||
|
||||
public const string APIPrefix = "api/v1";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue