Fase 2: Creación del frontend con React, Vite y MUI. Implementada tabla de titulares con funcionalidad de arrastrar y soltar.
This commit is contained in:
@@ -23,7 +23,7 @@ builder.Services.AddCors(options =>
|
||||
{
|
||||
options.AddPolicy("AllowReactApp", builder =>
|
||||
{
|
||||
builder.WithOrigins("http://localhost:5173")
|
||||
builder.WithOrigins("http://localhost:5174")
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod()
|
||||
.AllowCredentials();
|
||||
|
||||
Reference in New Issue
Block a user