Merge pull request #4111 from swagger-api/swagger-ui/patch-1

Fix example
This commit is contained in:
kyle
2018-01-15 17:37:15 -06:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ The module's contents mirrors the `dist` folder you see in the Git repository. T
```javascript
const express = require('express')
const pathToSwaggerUi = require('swagger-ui').absolutePath()
const pathToSwaggerUi = require('swagger-ui-dist').absolutePath()
const app = express()