Skip to content

Commit 483b86e

Browse files
author
PRITAM CHAKRABORTY
committed
allowed host corrected
1 parent 61b3acd commit 483b86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
DEBUG = False
88

9-
ALLOWED_HOSTS = ["https://pritdjango-blogapi.herokuapp.com/"]
9+
ALLOWED_HOSTS = ["pritdjango-blogapi.herokuapp.com"]
1010

1111
DATABASES = {
1212
'default': db_url.config()

0 commit comments

Comments
 (0)