Skip to content

Commit 4a57f72

Browse files
committed
main
refactor
1 parent 1bc6f76 commit 4a57f72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
4 Bytes
Binary file not shown.

frontend/settings.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929

3030
DEBUG = False
3131

32-
ALLOWED_HOSTS = ["python-speedtest.azurewebsites.net"]
32+
ALLOWED_HOSTS = [
33+
"python-speedtest.azurewebsites.net",
34+
]
3335

3436
# Application definition
3537

0 commit comments

Comments
 (0)