disable unused websocket endpoint
This commit is contained in:
parent
55c77df5ae
commit
13cdbae38f
|
@ -70,7 +70,7 @@ if getattr(settings, "SWAGGER_ENABLED", False):
|
|||
|
||||
ws_urlpatterns = [
|
||||
path("ws/dashinfo/", DashInfo.as_asgi()),
|
||||
path("ws/sendcmd/", SendCMD.as_asgi()),
|
||||
# path("ws/sendcmd/", SendCMD.as_asgi()),
|
||||
]
|
||||
|
||||
if not (
|
||||
|
|
Loading…
Reference in New Issue