Skip to content

Commit

Permalink
Tracker update
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Mar 12, 2024
1 parent bc1f9e8 commit 126cd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'websocket': AllowedHostsOriginValidator(
AuthMiddlewareStack(
URLRouter(
[path('tracker/', URLRouter(tracker.routing.websocket_urlpatterns))]
[path('', URLRouter(tracker.routing.websocket_urlpatterns))]
)
)
),
Expand Down

0 comments on commit 126cd47

Please sign in to comment.