How i can get JSON schema by URL ?
Swagger module.createDocument call return json schema. Try serving it:
expressApp.use('/api-docs', (req, res, next) => res.send(document));
@mildbreakfast many thanks! it woks!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Swagger module.createDocument call return json schema. Try serving it: