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

Fix formatting

parent d42a1d92
Branches
Tags 0.9.1
No related merge requests found
......@@ -8,7 +8,9 @@ application = ProtocolTypeRouter(
{
# Empty for now (http->django views is added by default)
"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