allow connections from backend

This commit is contained in:
Andreas Zweili 2021-01-25 19:55:15 +01:00
parent ba1bec3133
commit 670047ba0d

View File

@ -3,6 +3,7 @@ from .base import *
ALLOWED_HOSTS = [
'localhost',
'127.0.0.1',
'backend'
]