fixed example
This commit is contained in:
@@ -41,7 +41,7 @@ To use swagger-ui you should take a look at the [source of swagger-ui html page]
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
window.swaggerUi = new SwaggerUi({
|
window.swaggerUi = new SwaggerUi({
|
||||||
discoveryUrl:"http://petstore.swagger.wordnik.com/api/api-docs",
|
url:"http://petstore.swagger.wordnik.com/api/api-docs",
|
||||||
dom_id:"swagger-ui-container"
|
dom_id:"swagger-ui-container"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user