cambios, algo pasa en el server

This commit is contained in:
Jaume Solís 2024-04-11 12:44:11 +02:00
parent b4b8c298ed
commit c2cb668edd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ paypal.configure({
const app = express();
const port = 9999;
const allowedOrigins = ['http://localhost:9100', 'https://floranet.onecommerce.dev', 'http://49.13.85.117', 'http://floranet.onecommerce.dev'];
const allowedOrigins = ['https://staging.floranet.es','http://localhost:9100', 'https://floranet.onecommerce.dev', 'http://49.13.85.117', 'http://floranet.onecommerce.dev'];
const corsOptions = {
origin: allowedOrigins,
optionsSuccessStatus: 200,