Compare commits

...

3 Commits

Author SHA1 Message Date
qiangyanwen d78c665838 add test 2022-12-14 11:52:33 +08:00
qiangyanwen 4abca8119b Merge branch 'master' of http://gitea.angeszhu.cn/qiangyanwen/monitoring 2022-12-14 10:28:57 +08:00
qiangyanwen 4379d49ca2 111 2022-12-14 10:25:35 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ async def set_body(request: Request, body: bytes):
async def get_body(request: Request) -> bytes:
body = await request.body()
await set_body(request,body)
return body
await set_body(request, body)
return body