File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
'title ' => 'API Platform ' ,
9
9
'description ' => 'My awesome API ' ,
10
10
'version ' => '1.0.0 ' ,
11
+ 'show_webby ' => true ,
11
12
12
13
'routes ' => [
13
14
// Global middleware applied to every API Platform routes
Original file line number Diff line number Diff line change 14
14
<header >
15
15
<a id =" logo" href =" https://api-platform.com/" ><img src =" /vendor/api-platform/logo-header.svg" alt =" API Platform" ></a >
16
16
</header >
17
+ @if (config (' api-platform.show_webby' , true ) )
17
18
<div class =" web calm" ><img src =" /vendor/api-platform/web.png" ></div >
18
19
<svg class =" webby_car" xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 1889.21 582.3" >
19
20
<g id =" Calque_1" >
209
210
</g >
210
211
</g >
211
212
</svg >
213
+ @endif
212
214
213
215
<div id =" swagger-ui" class =" api-platform" ></div >
214
216
<script src =" /vendor/api-platform/swagger-ui/swagger-ui-bundle.js" ></script >
You can’t perform that action at this time.
0 commit comments