Saiyaswanth007 commited on
Commit
de04cb7
·
1 Parent(s): 64a0294

Revert portg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -919,7 +919,7 @@ def create_app():
919
  )
920
 
921
  # Add FastRTC endpoints
922
- app.mount("/stream", stream.app)
923
 
924
  print("FastRTC stream configured successfully!")
925
 
 
919
  )
920
 
921
  # Add FastRTC endpoints
922
+ app.mount("/stream", stream)
923
 
924
  print("FastRTC stream configured successfully!")
925