mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweak Swagger info
This commit is contained in:
parent
e302781f61
commit
fea0fab9f8
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@ private static void AddSwaggerGenCustom(this IServiceCollection services)
|
|||
Version = "v1",
|
||||
Description =
|
||||
"FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.",
|
||||
Contact = new Contact {Url = "https://filterlists.com/contact/"},
|
||||
Contact = new Contact {Url = "https://github.com/collinbarrett/FilterLists/issues"},
|
||||
License = new License
|
||||
{
|
||||
Name = "Use under GPL-3.0",
|
||||
Name = "Use under MIT License",
|
||||
Url = "https://github.com/collinbarrett/FilterLists/blob/master/LICENSE"
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue