diff --git a/src/cvdocs/openApi.ts b/src/cvdocs/openApi.ts index e1ddedd..3799f6a 100644 --- a/src/cvdocs/openApi.ts +++ b/src/cvdocs/openApi.ts @@ -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/"); };