papsign/Ktor-OpenAPI-Generator

Would it be possible to use another UI?

Nordalf opened this issue · 1 comments

Hi,

Is it possible to serve a different static html file instead of the basic Swagger-UI? We want to use Redoc, and instead of writing some custom logic, we want to know whether it is possible to point at a different file by using your library.

Best regards
Alexander

We got it working by adding a static html file to our resource folder and have the Redoc UI point at the generated openapi.json file generated by this library.