refactor(directory): ♻ change OpenApiContact to FilterLists home

This commit is contained in:
Collin M. Barrett 2020-09-08 10:59:15 -05:00
parent 4eb69c793d
commit 8be0dba2a0

View file

@ -20,8 +20,8 @@ public static void AddSwaggerGen(this IServiceCollection services)
//TermsOfService = "",
Contact = new OpenApiContact
{
Name = "Collin M. Barrett",
Url = new Uri("https://collinmbarrett.com/contact/")
Name = "FilterLists",
Url = new Uri("https://filterlists.com")
},
License = new OpenApiLicense
{