All checks were successful
continuous-integration/drone/push Build is passing
And update all references including comments etc.
9 lines
198 B
C#
9 lines
198 B
C#
namespace Vegasco.Server.Api.Common;
|
|
|
|
public static class Constants
|
|
{
|
|
public static class Authorization
|
|
{
|
|
public const string RequireAuthenticatedUserPolicy = "RequireAuthenticatedUser";
|
|
}
|
|
} |