Skip to content

Commit 07248f8

Browse files
committed
Remove websocket endpoint from FastAPI application
1 parent e3564a5 commit 07248f8

File tree

5 files changed

+0
-178
lines changed

5 files changed

+0
-178
lines changed

src/http_app/routes/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
user_registered_hook,
1111
)
1212

13-
from . import ws
14-
1513

1614
def init_routes(app: FastAPI) -> None:
1715
app.include_router(api.router)
@@ -21,4 +19,3 @@ def init_routes(app: FastAPI) -> None:
2119
app.include_router(events.router)
2220
app.include_router(user_registered_hook.router)
2321
app.include_router(graphql.router, prefix="/graphql")
24-
app.include_router(ws.router)

src/http_app/routes/ws/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/http_app/routes/ws/chat.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

tests/http_app/routes/ws/__init__.py

Whitespace-only changes.

tests/http_app/routes/ws/test_chat.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)