mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(directory): ♻ change OpenApiContact to FilterLists home
This commit is contained in:
parent
4eb69c793d
commit
8be0dba2a0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue