Renaming lowercase x rul respect

This commit is contained in:
Samuele Locatelli
2025-07-22 18:10:57 +02:00
parent 106adc4a8d
commit 71e83eda53
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ if (app.Environment.IsDevelopment() || app.Environment.IsStaging())
//app.UseSwaggerUI();
app.UseSwaggerUI(c =>
{
c.SwaggerEndpoint($"{baseUrl}swagger/v1/swagger.json", "EgalWare's Lux API");
c.SwaggerEndpoint($"{baseUrl}swagger/v1/swagger.json", "EgalWare's Lux API v1");
});
}