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

View File

@@ -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'],