documentation is now generated during build time and swagger is not needed for runtime anymore

This commit is contained in:
Athou
2013-08-01 13:35:04 +02:00
parent 0ff1d58dfb
commit 8926f9784d
29 changed files with 128 additions and 430 deletions

View File

@@ -25,7 +25,7 @@
}
url = url.substring(0, url.length - 1);
url = url.substring(0, url.lastIndexOf('/'));
url = url + '/rest/resources';
url = url + '/api/swagger-doc/resources';
window.swaggerUi = new SwaggerUi({
discoveryUrl:url,
apiKey:"",