We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faff6f4 commit fb09331Copy full SHA for fb09331
openwisp_controller/geo/channels/routing.py
@@ -3,7 +3,7 @@
3
from channels.security.websocket import AllowedHostsOriginValidator
4
from django.urls import path
5
from django_loci.channels.base import (
6
- all_location_boradcast_path,
+ all_location_broadcast_path,
7
location_broadcast_path,
8
)
9
from openwisp_notifications.websockets.routing import (
@@ -19,7 +19,7 @@ def get_routes():
19
location_broadcast_path, LocationBroadcast.as_asgi(), name="LocationChannel"
20
),
21
path(
22
23
AllLocationBroadcast.as_asgi(),
24
name="AllLocationChannel",
25
0 commit comments