nagasurendra commited on
Commit
8d51fda
·
verified ·
1 Parent(s): f774827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import os
7
  # Initialize Flask app and Salesforce connection
8
  print("Starting app...")
9
  app = Flask(__name__)
 
10
  print("Flask app initialized.")
11
 
12
  # Add debug logs in Salesforce connection setup
 
7
  # Initialize Flask app and Salesforce connection
8
  print("Starting app...")
9
  app = Flask(__name__)
10
+ CORS(app)
11
  print("Flask app initialized.")
12
 
13
  # Add debug logs in Salesforce connection setup