修复allowed_hosts

This commit is contained in:
zhbaor 2023-12-13 05:05:28 +00:00
parent 647a9fced7
commit 6a02d9928c

View file

@ -30,7 +30,7 @@ DEBUG = False
ALLOWED_HOSTS = [
"127.0.0.1",
"https://mower.zhaozuohong.vip",
"mower.zhaozuohong.vip",
]