We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be88c3 commit c72f002Copy full SHA for c72f002
backend/app.py
@@ -14,7 +14,7 @@
14
15
# Inicializa Flask
16
app = Flask(__name__)
17
-CORS(app, resources={r"/*": {"origins": ["https://app-agenda-sdc.onrender.com"]}})
+CORS(app, resources={r"/*": {"origins": ["https://app-agenda-sdc.onrender.com"]}}, supports_credentials=True)
18
19
20
# Inicializa SocketIO
0 commit comments