updated to use petstore instead of localhost
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -20,7 +20,7 @@
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
window.swaggerUi = new SwaggerUi({
|
||||
url:"http://localhost:8002/api/api-docs",
|
||||
url:"http://petstore.swagger.wordnik.com/api/api-docs.json",
|
||||
dom_id:"swagger-ui-container",
|
||||
supportHeaderParams: false,
|
||||
supportedSubmitMethods: ['get', 'post', 'put', 'delete'],
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
window.swaggerUi = new SwaggerUi({
|
||||
url:"http://localhost:8002/api/api-docs",
|
||||
url:"http://petstore.swagger.wordnik.com/api/api-docs.json",
|
||||
dom_id:"swagger-ui-container",
|
||||
supportHeaderParams: false,
|
||||
supportedSubmitMethods: ['get', 'post', 'put', 'delete'],
|
||||
|
||||
Reference in New Issue
Block a user