8 lines
110 B
Python
8 lines
110 B
Python
from .base import *
|
|
|
|
ALLOWED_HOSTS += ['fediverse.space']
|
|
|
|
CORS_ORIGIN_WHITELIST = [
|
|
'fediverse.space',
|
|
]
|