mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "refactor(dir): ♻️ ren OpenAPI spec to recommended name"
This reverts commit dc6d91af93.
This commit is contained in:
parent
dc6d91af93
commit
5656d142a9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ internal static void UseSwaggerCustom(this IApplicationBuilder app)
|
|||
app.UseSwaggerUI(options =>
|
||||
{
|
||||
options.DocumentTitle = "FilterLists API";
|
||||
options.SwaggerEndpoint("/v1/openapi.json", "FilterLists Directory API v1");
|
||||
options.SwaggerEndpoint("/swagger/v1/swagger.json", "FilterLists Directory API v1");
|
||||
options.RoutePrefix = string.Empty;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue