Skip to content

Commit 3e219c3

Browse files
committed
added allowed host
1 parent 65c7dd1 commit 3e219c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiconfig/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 = []
28+
ALLOWED_HOSTS = [https://drf-python-tutorial.herokuapp.com/]
2929

3030
# Application definition
3131
INSTALLED_APPS = [

0 commit comments

Comments
 (0)