We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ab4f8 commit 10903bcCopy full SHA for 10903bc
codeGen/settings.py
@@ -25,7 +25,7 @@
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
27
28
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['127.0.0.1','compiler-ci-cd.herokuapp.com/']
29
30
31
# Application definition
0 commit comments