From e6eda1b5fac959a0b562389e0516bdf5e1e10975 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Tue, 22 Oct 2024 14:04:11 -0500 Subject: [PATCH] Update common.py --- conf/configs/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/configs/common.py b/conf/configs/common.py index e9cbe327..f8877f12 100644 --- a/conf/configs/common.py +++ b/conf/configs/common.py @@ -257,7 +257,6 @@ if 'local' in ENVIRONMENT: ALLOWED_HOSTS += [ - 'api', '.ngrok.io', '.ngrok.app' ]