mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-13 17:16:26 +02:00
hotfix redirect system
add auth to create posts and redirects
This commit is contained in:
9
Auth/ApiKeyTypes.cs
Normal file
9
Auth/ApiKeyTypes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace yaflay.ru.Auth
|
||||
{
|
||||
|
||||
public enum ApiKeyTypes
|
||||
{
|
||||
Public,
|
||||
Private
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user