updated some names

This commit is contained in:
Flaminel
2025-06-01 02:36:59 +03:00
parent d80d897acb
commit 8b8dc672d1
9 changed files with 12 additions and 12 deletions

View File

@@ -65,9 +65,9 @@ public static class ApiDI
app.UseSwagger();
app.UseSwaggerUI(options =>
{
options.SwaggerEndpoint("/swagger/v1/swagger.json", "Cleanuperr API v1");
options.SwaggerEndpoint("/swagger/v1/swagger.json", "Cleanuparr API v1");
options.RoutePrefix = "swagger";
options.DocumentTitle = "Cleanuperr API Documentation";
options.DocumentTitle = "Cleanuparr API Documentation";
});
}