set correct allowed_hosts
This commit is contained in:
parent
658f055816
commit
0227fa2050
|
@ -2,7 +2,7 @@ from .base import *
|
|||
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['fediverse.space', 'www.fediverse.space', 'staging.fediverse.space']
|
||||
ALLOWED_HOSTS = ['api.fediverse.space']
|
||||
|
||||
CORS_ORIGIN_WHITELIST = [
|
||||
'fediverse.space',
|
||||
|
|
Loading…
Reference in a new issue