swagger-stats v0.91.0 Release Notes

    • 💻 [feature] Option to specify alternative URI path for ui,stats and metrics #17
    app.use(swStats.getMiddleware({
       uriPath: '/myservice',
       swaggerSpec:swaggerSpec
    }));
    
    $ curl http://<your app host:port>/myservice/stats