Skip to content
Snippets Groups Projects
Verified Commit d42a1d92 authored by Georg Krause's avatar Georg Krause
Browse files

Fix routing according to the changelog

parent c6b9a891
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ application = ProtocolTypeRouter( ...@@ -8,7 +8,7 @@ application = ProtocolTypeRouter(
{ {
# Empty for now (http->django views is added by default) # Empty for now (http->django views is added by default)
"websocket": AuthMiddlewareStack( "websocket": AuthMiddlewareStack(
URLRouter([url("^api/v1/activity$", consumers.InstanceActivityConsumer)]) URLRouter([url("^api/v1/activity$", consumers.InstanceActivityConsumer.as_asgi())])
) )
} }
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment