fix: bug fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Lasse Rune Hansen 2026-06-07 15:46:01 +02:00
parent 858afde058
commit c84ecc5248

View file

@ -90,6 +90,7 @@ try
}); });
}); });
builder.Services.AddControllers();
// Add services for Minimal APIs // Add services for Minimal APIs
builder.Services.AddEndpointsApiExplorer(); builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen(); builder.Services.AddSwaggerGen();
@ -146,7 +147,7 @@ try
// Use Health Checks // Use Health Checks
app.MapHealthChecks("/health"); app.MapHealthChecks("/health");
// Map Auth endpoints // Map Auth endpoints
app.MapControllerRoute( app.MapControllerRoute(
name: "api", name: "api",