Spaces:
BG5
/
Running

BG5 commited on
Commit
88aea73
·
verified ·
1 Parent(s): 592b88d

Update fun.py

Browse files
Files changed (1) hide show
  1. fun.py +1 -1
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=dheaders
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}")