disable unused websocket endpoint

This commit is contained in:
wh1te909 2024-07-09 22:54:58 +00:00
parent 55c77df5ae
commit 13cdbae38f
1 changed files with 1 additions and 1 deletions

View File

@ -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 (