diff --git a/src/main/webapp/api/images/logo_small.png b/src/main/webapp/api/images/logo_small.png deleted file mode 100644 index 5496a655..00000000 Binary files a/src/main/webapp/api/images/logo_small.png and /dev/null differ diff --git a/src/main/webapp/api/index.html b/src/main/webapp/api/index.html index f0dd9eb9..7af86ff1 100644 --- a/src/main/webapp/api/index.html +++ b/src/main/webapp/api/index.html @@ -27,7 +27,7 @@ url = url + '/rest/resources'; window.swaggerUi = new SwaggerUi({ discoveryUrl:url, - apiKey:"special-key", + apiKey:"", dom_id:"swagger-ui-container", supportHeaderParams: false, supportedSubmitMethods: ['get', 'post', 'put'], @@ -57,18 +57,11 @@