Skip to content

feat: add public folder to serve openapi + doc

Paul Jarleton requested to merge feat/#2_static_assets into main

Summary

It adds a webpack module to copy the public folder + a static route on / in the express server.

It then adds a ReDoc api documentation with an openapi file available through / and a small docsify documentation for later use available at /docs

Merge request reports