diff --git a/mower_data_collection/settings.py b/mower_data_collection/settings.py index ea42a07..473c6ac 100644 --- a/mower_data_collection/settings.py +++ b/mower_data_collection/settings.py @@ -30,7 +30,7 @@ DEBUG = False ALLOWED_HOSTS = [ "127.0.0.1", - "https://mower.zhaozuohong.vip", + "mower.zhaozuohong.vip", ]