Added link to public git repository
This commit is contained in:
parent
ecf6bd7e39
commit
1db1904cdd
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ const apiDocument = (
|
|||
.setVersion(options.version)
|
||||
.setContact(options.contact.name, null, options.contact.email)
|
||||
.addServer("https://cv.json-x.ml/")
|
||||
.addServer("http://localhost:3000/");
|
||||
.addServer("http://localhost:3000/")
|
||||
.setExternalDoc("Download source code", "https://git.t-werring.nl/Werring/CV");
|
||||
};
|
||||
|
||||
const initDocs = async ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue