Skip to content

Commit 3b86bff

Browse files
committed
Serves the swagger static assets from specified swaggerUI path.
1 parent da8bbc1 commit 3b86bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/swagger-express/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ exports.init = function (app, opt) {
173173
// generate resources
174174
generate(opt);
175175

176-
// Serve up swagger ui at /swagger via static route
176+
// Serve up swagger ui static assets
177177
var swHandler = express['static'](opt.swaggerUI);
178178

179179
// Serve up swagger ui interface.

0 commit comments

Comments
 (0)