mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(directory): ✨ enable deep-linking in swagger UI
This commit is contained in:
parent
81ee6fd4b4
commit
dc8d1a3426
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ public static void UseSwagger(this IApplicationBuilder app)
|
|||
o.SwaggerEndpoint("v1/swagger.json", "FilterLists Directory API V1");
|
||||
o.DocumentTitle = "FilterLists Directory API";
|
||||
o.RoutePrefix = string.Empty;
|
||||
o.EnableDeepLinking();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue