feat(contact): Improve Contact information with name, mail and URL
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -5,7 +5,9 @@ info:
|
||||
title: "{{ .ProjectName }}"
|
||||
description: "{{ .ProjectDescription }}"
|
||||
contact:
|
||||
email: "{{ .ProjectOwner }}"
|
||||
name: "{{ .ProjectContact.Name }}"
|
||||
email: "{{ .ProjectContact.Email }}"
|
||||
url: "{{ .ProjectContact.URL }}"
|
||||
consumes:
|
||||
- "application/json"
|
||||
produces:
|
||||
|
Reference in New Issue
Block a user