set correct allowed_hosts

This commit is contained in:
Tao Bror Bojlén 2019-02-20 18:14:05 +00:00
parent 658f055816
commit 0227fa2050
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 1 deletions

View File

@ -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',