mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
f52a3d7641
commit
e1d72bc8c0
1 changed files with 4 additions and 2 deletions
|
|
@ -53,9 +53,11 @@ private static void AddSwaggerGenCustom(this IServiceCollection services) =>
|
|||
Title = "FilterLists API",
|
||||
Version = "v1",
|
||||
Description =
|
||||
"A REST-ish API for FilterLists, the independent, comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances." +
|
||||
"An API for FilterLists, the independent, comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances." +
|
||||
Environment.NewLine +
|
||||
" - {version} has to be specified manually (to \"1\") in Swagger playground below due to https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/370",
|
||||
"Home: https://filterlists.com" +
|
||||
Environment.NewLine +
|
||||
"Data Model Docs: https://github.com/collinbarrett/FilterLists/wiki/Data-Model_sidebar",
|
||||
Contact =
|
||||
new Contact
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue