Improved roles

This commit is contained in:
Sven Heidemann 2022-02-21 17:12:57 +01:00
parent b789a8f8bf
commit 6c6ef2a8e9
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,8 @@ namespace gswi.Model
{
public enum AuthRoles
{
Normal = 0,
Admin = 1
User = 0,
Supporter = 1,
Admin = 2
}
}

View File

@ -9,7 +9,7 @@
"API": {
"RedirectToHTTPS": true,
"ApiVersion": {
"Major": "HEAD",
"Major": "1",
"Minor": "0",
"Micro": "0"
}