debug2
This commit is contained in:
@@ -19,6 +19,6 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "api.settings")
|
||||
application = ProtocolTypeRouter(
|
||||
{
|
||||
"http": get_asgi_application(),
|
||||
"websocket": AuthMiddlewareStack(URLRouter(ws_urlpatterns)),
|
||||
# "websocket": AuthMiddlewareStack(URLRouter(ws_urlpatterns)),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user