Skip to content

Commit 30b82b1

Browse files
authored
Merge branch 'main' into fix/impersonate-url
2 parents 71c7b53 + 34f7edf commit 30b82b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/portal/settings/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689

690690

691691
# Channels
692-
ASGI_APPLICATION = 'portal.routing.application'
692+
ASGI_APPLICATION = 'portal.asgi.application'
693693
CHANNEL_LAYERS = {
694694
'default': {
695695
'BACKEND': 'channels_redis.core.RedisChannelLayer',

server/portal/settings/unit_test_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
SUPPORTED_BRAINMAP_PREVIEW_EXTS)
433433

434434
# Channels
435-
ASGI_APPLICATION = 'portal.routing.application'
435+
ASGI_APPLICATION = 'portal.asgi.application'
436436
CHANNEL_LAYERS = {
437437
'default': {
438438
'BACKEND': 'channels.layers.InMemoryChannelLayer',

0 commit comments

Comments
 (0)