update to servicestack 3.9.62

This commit is contained in:
Luke Pulverenti
2013-09-22 12:49:55 -04:00
parent d9fecd78a5
commit 6146b57e7c
18 changed files with 63 additions and 51 deletions

View File

@@ -20,7 +20,7 @@
$(function () {
window.swaggerUi = new SwaggerUi({
discoveryUrl: "../resources",
apiKey: "special-key",
apiKey:"special-key",
dom_id:"swagger-ui-container",
supportHeaderParams: false,
supportedSubmitMethods: ['get', 'post', 'put'],