diff --git a/src/vue/api/BootstrapAdmin.Api/Program.cs b/src/vue/api/BootstrapAdmin.Api/Program.cs index 5fbd188d..dcb75af7 100644 --- a/src/vue/api/BootstrapAdmin.Api/Program.cs +++ b/src/vue/api/BootstrapAdmin.Api/Program.cs @@ -6,6 +6,7 @@ var builder = WebApplication.CreateBuilder(args); // Configure the service container. builder.Services.AddControllers(); +builder.Services.AddRouting(s => s.LowercaseUrls = true); builder.Services.AddEndpointsApiExplorer(); builder.Services.AddSwaggerGen(options => {