This commit is contained in:
Tony Tam
2013-02-01 21:32:14 -05:00
parent f195c65880
commit 9b1bd11f2d
10 changed files with 50 additions and 31 deletions

2
dist/index.html vendored
View File

@@ -45,7 +45,7 @@
<script type="text/javascript">
$(function () {
window.swaggerUi = new SwaggerUi({
discoveryUrl:"http://petstore.swagger.wordnik.com/api/api-docs.json",
discoveryUrl:"http://localhost:8002/api/api-docs.json",
apiKey:"special-key",
dom_id:"swagger-ui-container",
supportHeaderParams: false,