Skip to content

Commit c72f002

Browse files
committed
cambios en backend
1 parent 7be88c3 commit c72f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Inicializa Flask
1616
app = Flask(__name__)
17-
CORS(app, resources={r"/*": {"origins": ["https://app-agenda-sdc.onrender.com"]}})
17+
CORS(app, resources={r"/*": {"origins": ["https://app-agenda-sdc.onrender.com"]}}, supports_credentials=True)
1818

1919

2020
# Inicializa SocketIO

0 commit comments

Comments
 (0)