add api.log&errorlog->db
This commit is contained in:
@@ -139,4 +139,9 @@ class Event(Base):
|
||||
mobile: bool
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
orm_mode = True
|
||||
|
||||
class ErrorCreate(BaseModel):
|
||||
location:str
|
||||
title:str
|
||||
content:str
|
||||
Reference in New Issue
Block a user