Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiaolulu committed May 7, 2024
1 parent 6005232 commit 1720746
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 88 deletions.
143 changes: 74 additions & 69 deletions backend/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/api/routers/websocket.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from django.urls import path
from api.service import consumers


socket_urlpatterns = [
path('websocket/test', consumers.WebSocketConsumer.as_asgi()),
]
Loading

0 comments on commit 1720746

Please sign in to comment.