Skip to content

Commit b797937

Browse files
committed
Cambios en seguridad
1 parent c72f002 commit b797937

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919

2020
# Inicializa SocketIO
21-
socketio = SocketIO(app, cors_allowed_origins="*")
21+
socketio = SocketIO(app, cors_allowed_origins="https://app-agenda-sdc.onrender.com")
22+
2223

2324

2425
load_dotenv()

0 commit comments

Comments
 (0)