updated to use petstore instead of localhost

This commit is contained in:
Tony Tam
2013-07-09 11:54:06 -07:00
parent 58746157b3
commit 187d245047
2 changed files with 2 additions and 2 deletions

2
dist/index.html vendored
View File

@@ -20,7 +20,7 @@
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
window.swaggerUi = new SwaggerUi({ 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", dom_id:"swagger-ui-container",
supportHeaderParams: false, supportHeaderParams: false,
supportedSubmitMethods: ['get', 'post', 'put', 'delete'], supportedSubmitMethods: ['get', 'post', 'put', 'delete'],

View File

@@ -20,7 +20,7 @@
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
window.swaggerUi = new SwaggerUi({ 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", dom_id:"swagger-ui-container",
supportHeaderParams: false, supportHeaderParams: false,
supportedSubmitMethods: ['get', 'post', 'put', 'delete'], supportedSubmitMethods: ['get', 'post', 'put', 'delete'],