Spaces:
Sleeping
Sleeping
Sunrusojsis
commited on
Update main.py
Browse files
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(
|