修复allowed_hosts
This commit is contained in:
parent
647a9fced7
commit
6a02d9928c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ DEBUG = False
|
|||
|
||||
ALLOWED_HOSTS = [
|
||||
"127.0.0.1",
|
||||
"https://mower.zhaozuohong.vip",
|
||||
"mower.zhaozuohong.vip",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue