init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Kreta.Client.FileService.Constant
|
||||
{
|
||||
internal static class Scope
|
||||
{
|
||||
public const string Public = "kreta-fileservice-webapi.public";
|
||||
|
||||
public const string Private = "kreta-fileservice-webapi.private";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user