Files
yaflay.ru/Auth/ApiKeyTypes.cs
Дмитрий Шиманский b9036e2165 hotfix redirect system
add auth to create posts and redirects
2023-12-26 13:16:03 +03:00

10 lines
105 B
C#

namespace yaflay.ru.Auth
{
public enum ApiKeyTypes
{
Public,
Private
}
}