As a note making a Swagger app with Luminus is as simple as:
lein new luminus myapp +swagger
cd myapp
lein run
once the server starts, browse to http://localhost:3000/swagger-ui/index.html to see your Swagger API
As a note making a Swagger app with Luminus is as simple as:
lein new luminus myapp +swagger
cd myapp
lein run
once the server starts, browse to http://localhost:3000/swagger-ui/index.html to see your Swagger API