Skip to content

Commit

Permalink
simple change
Browse files Browse the repository at this point in the history
  • Loading branch information
BangProx committed Aug 16, 2024
1 parent 87127be commit 02bb462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routers/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ async def tts_endpoint(websocket: WebSocket):

await asyncio.create_task(websocket_task(websocket))


@router.websocket("/ws")
async def websocket_test_endpoint(websocket: WebSocket):
print("Configuring BE Socket")
Expand Down

0 comments on commit 02bb462

Please sign in to comment.