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

Fix formatting

parent d42a1d92
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ application = ProtocolTypeRouter( ...@@ -8,7 +8,9 @@ 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.as_asgi())]) 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