Added live url
This commit is contained in:
parent
27f6972aa6
commit
ecf6bd7e39
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ const apiDocument = (
|
|||
.setDescription(options.description)
|
||||
.setVersion(options.version)
|
||||
.setContact(options.contact.name, null, options.contact.email)
|
||||
.addServer("https://cv.json-x.ml/")
|
||||
.addServer("http://localhost:3000/");
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue