Skip to content

Commit 02a91b9

Browse files
#1 : allowed hosts issue fix
2 parents f560c5d + ca1fdd8 commit 02a91b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeGen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = ['127.0.0.1', 'compiler-ci-cd.herokuapp.com/']
28+
ALLOWED_HOSTS = ['127.0.0.1', 'compiler-ci-cd.herokuapp.com']
2929

3030

3131
# Application definition

0 commit comments

Comments
 (0)