more api methods

This commit is contained in:
Andrew Herrington
2021-12-10 22:42:03 -06:00
parent 15d1d41340
commit 7c3f263b5a
6 changed files with 284 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ class CheckPings(BaseModel):
remote_addr: str
method: str
user_agent: str
duration: float
duration: Optional[float] = None
@classmethod
def from_api_result(