Add filters in statistics view
This commit is contained in:
@@ -137,3 +137,10 @@ class AccessLogResponse(BaseModel):
|
||||
user_agent: Optional[str]
|
||||
success: bool
|
||||
error: Optional[str]
|
||||
|
||||
|
||||
class StatsPage(BaseModel):
|
||||
total: int
|
||||
page: int
|
||||
page_size: int
|
||||
items: list[AccessLogResponse]
|
||||
|
||||
Reference in New Issue
Block a user