This commit is contained in:
Tizian.Breuch
2025-08-08 16:10:14 +02:00
parent b6f677477c
commit 8d17a629f2
+3 -3
View File
@@ -255,11 +255,11 @@ app.UseForwardedHeaders(new ForwardedHeadersOptions
app.UseStaticFiles();
// Swagger/SwaggerUI für API-Dokumentation aktivieren
if (app.Environment.IsDevelopment())
{
//'if (app.Environment.IsDevelopment())
//{
app.UseSwagger();
app.UseSwaggerUI();
}
//}
// app.UseHttpsRedirection(); // Auskommentiert für Docker HTTP-Entwicklung