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