feat(api): статистика запросов на авторизацию не из КЭШа
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public class StatAuthResponse
|
||||
{
|
||||
public DateTimeOffset Date { get; set; }
|
||||
|
||||
public int Count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user