mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-16 21:27:56 -04:00
updated some names
This commit is contained in:
@@ -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";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user