Riley Ashton
Results
2
comments of
Riley Ashton
I commented a basic solution here using swag annotations (dev dependency, not runtime) and just static serving a folder containing `swagger.yaml` and a static html file: https://github.com/julienschmidt/httprouter/issues/362#issuecomment-1533211525 No runtime dependencies...
Here's a vanilla solution, no server side dependencies: Have a folder called `swagger` and use a static route to serve your `swagger.yaml` or `swagger.json` file and add this html file...