🐱‍🏍

main
Elijah Lucian 3 years ago
parent b1209dd1d1
commit 32705a486d
  1. 1
      server/server/settings.py

@ -32,6 +32,7 @@ PRODUCTION_HOST = 'example.com'
# production hosts
ALLOWED_HOSTS = [
'api.' + PRODUCTION_HOST,
'localhost',
]
if DEBUG:

Loading…
Cancel
Save