File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 88 'title ' => 'API Platform ' ,
99 'description ' => 'My awesome API ' ,
1010 'version ' => '1.0.0 ' ,
11+ 'show_webby ' => true ,
1112
1213 'routes ' => [
1314 // Global middleware applied to every API Platform routes
Original file line number Diff line number Diff line change 1414 <header >
1515 <a id =" logo" href =" https://api-platform.com/" ><img src =" /vendor/api-platform/logo-header.svg" alt =" API Platform" ></a >
1616 </header >
17+ @if (config (' api-platform.show_webby' , true ) )
1718 <div class =" web calm" ><img src =" /vendor/api-platform/web.png" ></div >
1819 <svg class =" webby_car" xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 1889.21 582.3" >
1920 <g id =" Calque_1" >
209210 </g >
210211 </g >
211212 </svg >
213+ @endif
212214
213215 <div id =" swagger-ui" class =" api-platform" ></div >
214216 <script src =" /vendor/api-platform/swagger-ui/swagger-ui-bundle.js" ></script >
You can’t perform that action at this time.
0 commit comments