Open julianpoemp opened 9 months ago
@julianpoemp It appears to not support serving a json spec file with a static url. Any chance of this being added?
@test137E29B I just released v1.1.4 that supports using a static json spec URL. You can now use an URL on the third parameter of the NestJSRedoxModule.setup()
function. If the URL is an extern URL make sure that the server that serves the json file activates cors.
For next issues please use the issues section here.
Hi,
because this repository is not maintained for over 3 years and other alternatives are either part of a framework (that I don't need) or just slightly updated versions of this package, I decided to create a library myself:
nestjs-redox
Features:
I hope this library helps all devs who are looking for an alive and most updated solution for using Redoc in their NestJS projects 🚀