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:
2025-10-28 11:45:51 -03:00
parent 2c44081e5d
commit 8e783b73d5
18 changed files with 4899 additions and 3 deletions

View File

@@ -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();

View File

@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5173",
"applicationUrl": "http://localhost:5174",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -14,7 +14,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7000;http://localhost:5173",
"applicationUrl": "https://localhost:7000;http://localhost:5174",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}