From 62edc138b2a3e2fee3f754c86e0bbc09b7a22a61 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 7 Mar 2026 21:39:49 +0000 Subject: [PATCH] Actualizar server.js --- server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server.js b/server.js index da382f7..5a71924 100644 --- a/server.js +++ b/server.js @@ -14,6 +14,7 @@ const corsOptions = { origin: [ 'https://web.integrarepara.es', 'https://portal.integrarepara.es', + 'https://app.integrarepara.es', 'http://localhost:3000', 'http://127.0.0.1:3000' ],