tweak Swagger info

This commit is contained in:
Collin M. Barrett 2018-03-27 07:21:49 -05:00
parent e302781f61
commit fea0fab9f8

View file

@ -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"
}
});