Update fun.py
Browse files
fun.py
CHANGED
@@ -31,7 +31,7 @@ async def proxy(request: Request, path: str):
|
|
31 |
return Response(
|
32 |
content=resp.content,
|
33 |
status_code=resp.status_code,
|
34 |
-
headers=
|
35 |
)
|
36 |
|
37 |
@app.websocket("/{path:path}")
|
|
|
31 |
return Response(
|
32 |
content=resp.content,
|
33 |
status_code=resp.status_code,
|
34 |
+
headers=headers
|
35 |
)
|
36 |
|
37 |
@app.websocket("/{path:path}")
|