We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1bd11 commit e318616Copy full SHA for e318616
dist/index.html
@@ -45,7 +45,7 @@
45
<script type="text/javascript">
46
$(function () {
47
window.swaggerUi = new SwaggerUi({
48
- discoveryUrl:"http://localhost:8002/api/api-docs.json",
+ discoveryUrl:"http://petstore.swagger.wordnik.com/api/api-docs.json",
49
apiKey:"special-key",
50
dom_id:"swagger-ui-container",
51
supportHeaderParams: false,
src/main/html/index.html
0 commit comments