Refinamiento de permisos y ajustes en controles. Añade gestión sobre saldos y visualización. Entre otros..
This commit is contained in:
@@ -82,6 +82,10 @@ builder.Services.AddScoped<IRitmoService, RitmoService>();
|
||||
builder.Services.AddScoped<ICancionRepository, CancionRepository>();
|
||||
builder.Services.AddScoped<ICancionService, CancionService>();
|
||||
builder.Services.AddScoped<IRadioListaService, RadioListaService>();
|
||||
builder.Services.AddScoped<INovedadCanillaRepository, NovedadCanillaRepository>();
|
||||
builder.Services.AddScoped<INovedadCanillaService, NovedadCanillaService>();
|
||||
// Servicio de Saldos
|
||||
builder.Services.AddScoped<ISaldoService, SaldoService>();
|
||||
// Repositorios de Reportes
|
||||
builder.Services.AddScoped<IReportesRepository, ReportesRepository>();
|
||||
// Servicios de Reportes
|
||||
@@ -199,7 +203,7 @@ if (app.Environment.IsDevelopment())
|
||||
});
|
||||
}
|
||||
|
||||
// ¡¡¡NO USAR UseHttpsRedirection si tu API corre en HTTP!!!
|
||||
// ¡¡¡NO USAR UseHttpsRedirection si la API corre en HTTP!!!
|
||||
// Comenta o elimina la siguiente línea si SÓLO usas http://localhost:5183
|
||||
// app.UseHttpsRedirection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user