diff --git a/app.py b/app.py index e65f0ed..51b219c 100644 --- a/app.py +++ b/app.py @@ -9,8 +9,7 @@ # app.config['SQLALCHEMY_DATABASE_URI'] = config('DATABASE_URL') app = Flask(__name__) -allowed_origins = ["http://localhost:3000/"] -CORS(app, supports_credentials=True, origins=allowed_origins) +CORS(app, supports_credentials=True) # stop tracking modifications # app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False