remove api async

This commit is contained in:
jxxghp
2024-06-03 08:17:53 +08:00
parent 655e73f829
commit de3ff2db2e
5 changed files with 16 additions and 16 deletions

View File

@ -30,7 +30,7 @@ def start_message_chain(body: Any, form: Any, args: Any):
@router.post("/", summary="接收用户消息", response_model=schemas.Response)
async def user_message(background_tasks: BackgroundTasks, request: Request):
def user_message(background_tasks: BackgroundTasks, request: Request):
"""
用户消息响应
"""