Added live url

This commit is contained in:
Thom Werring 2023-10-22 17:30:50 +02:00
parent 27f6972aa6
commit ecf6bd7e39

View file

@ -25,6 +25,7 @@ const apiDocument = (
.setDescription(options.description) .setDescription(options.description)
.setVersion(options.version) .setVersion(options.version)
.setContact(options.contact.name, null, options.contact.email) .setContact(options.contact.name, null, options.contact.email)
.addServer("https://cv.json-x.ml/")
.addServer("http://localhost:3000/"); .addServer("http://localhost:3000/");
}; };