chore: clear lint and sync admin story views
This commit is contained in:
@@ -45,7 +45,11 @@ class ReadingEventResponse(BaseModel):
|
||||
from_attributes = True
|
||||
|
||||
|
||||
@router.post("/reading-events", response_model=ReadingEventResponse, status_code=status.HTTP_201_CREATED)
|
||||
@router.post(
|
||||
"/reading-events",
|
||||
response_model=ReadingEventResponse,
|
||||
status_code=status.HTTP_201_CREATED,
|
||||
)
|
||||
async def create_reading_event(
|
||||
payload: ReadingEventCreate,
|
||||
user: User = Depends(require_user),
|
||||
|
||||
Reference in New Issue
Block a user