From 3ef1dd519033728c1fed46c06ed1493ef8967a89 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 16 Apr 2013 13:12:11 +0200 Subject: [PATCH] api page styling --- src/main/webapp/api/images/logo_small.png | Bin 770 -> 0 bytes src/main/webapp/api/index.html | 11 ++--------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 src/main/webapp/api/images/logo_small.png 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 5496a65579ae903d4008f9d268fac422ef9d3679..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 770 zcmV+d1O5DoP)K11rQipnJ)eVnTSzHNF zN8ab&RhE5cC$$4FI-PZXx$pga@8yN)KS}L2Us~^y$(x-xioWbnFcV+~b9ig=!ft8Q z0RD+rpA8910Smyc0GviVUOPGiY6YM@-r6Nn8S&~cxHl27$l)-R$1(!Xx045RDy;_& zeXkG{;_#i9rz0B6149#Ddj=KM6MV^rTD%ylzGdCBX<^=^@I0X3SCR7OMbn}sUKdeF zKO-flaJa%@kJ27@Rod?J9=+Qx5|=PtG8n> zy~9rIu}+48M}FW5Bbqw3t#po?c?kmG!FX32W(dOjzTb+U@64MzHItoeB!M0Jcd}|E z>ekW`<~FjR_ZVVJkF|_htH&v!({Oad?xax?0K0sLwBY%nr46DpCmIIaa?@|Y&?n0q z@kJlMy`pE2HtEgASNd~xNzt$Kn7w#^Fy5oi`e$bUE*+f>Vk5z7=-2pj68afrqli$_ zvqe##5V?a)QU_-s9+s?mJYT5m`MQDRH4cYs^L1lCW;Dua5Ln9lG0BC@9DJQHA(}y&Z}$apb{kU zbezR}b^|O%6i+$BFsT3zqAe8wg9`vfiRp#{)z2bsJw`vBQL7Bt!IexM3$Hsf0tHK3 z+R=x{lR$K`s;7__?ASPW=3?*xgCpGaiadSEpoi0pw-_V#OXM8Ap{4qlG08x0ig9IY z3Ijqh(t1_=g#jocuqyJO=729e9OSiNDSrhR0Gc5G)(QGH?*IS*07*qoM6N<$f<~fU A82|tP 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 @@