Move api and static urls to subdomains

This commit is contained in:
2020-01-11 07:09:24 +00:00
parent 5f486695ba
commit fada97dab0
2 changed files with 4 additions and 13 deletions

View File

@@ -34,6 +34,7 @@ ALLOWED_HOSTS = []
if DEBUG:
ALLOWED_HOSTS += [
'spaceport-api.dns.t0.vc',
'api.spaceport.dns.t0.vc',
]