Changes in Views and mappings

This commit is contained in:
2025-01-24 21:30:58 +01:00
parent ed726eea09
commit a95eed2041
12 changed files with 138 additions and 40 deletions

View File

@@ -60,7 +60,7 @@ var app = builder.Build();
//if (app.Environment.IsDevelopment())
//{
app.UseOpenApi(); // Serwuje dokument OpenAPI
app.UseSwaggerUi(); // Dodaje interfejs u¿ytkownika Swagger
app.UseSwaggerUi(); // Dodaje interfejs u<EFBFBD>ytkownika Swagger
//}
app.UseHttpsRedirection();