fixes for content-type

This commit is contained in:
Tony Tam
2013-08-14 10:38:41 -07:00
parent 4b5e4e5d69
commit 205125cd9d
8 changed files with 50 additions and 44 deletions

2
dist/index.html vendored
View File

@@ -20,7 +20,7 @@
<script type="text/javascript">
$(function () {
window.swaggerUi = new SwaggerUi({
url: "http://petstore.swagger.wordnik.com/api/api-docs",
url: "http://localhost:8002/api/api-docs",
dom_id: "swagger-ui-container",
supportedSubmitMethods: ['get', 'post', 'put', 'delete'],
onComplete: function(swaggerApi, swaggerUi){