Sunrusojsis commited on
Commit
bc72a3a
·
verified ·
1 Parent(s): 2473e73

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -45,6 +45,7 @@ async def proxy(request: Request, url: str):
45
  body = None
46
  if request.method in ["POST", "PUT", "PATCH"]:
47
  body = await request.body()
 
48
 
49
  try:
50
  async with http_client.request(
 
45
  body = None
46
  if request.method in ["POST", "PUT", "PATCH"]:
47
  body = await request.body()
48
+ print(body)
49
 
50
  try:
51
  async with http_client.request(