Skip to content

Commit

Permalink
(#1)_delete :: chat router 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
osangu committed Dec 2, 2022
1 parent 10f3295 commit f6ee909
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from app.utils.exception import initialize_exception_handler

from app.core.chat import initialize_socket, include_chat_router
from app.core.chat import initialize_socket

from app.core.user import include_user_router

Expand All @@ -25,7 +25,6 @@ def create_app():

# chat
initialize_socket(app)
include_chat_router(app)

# user router
include_user_router(app)
Expand Down

0 comments on commit f6ee909

Please sign in to comment.