We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db666a commit e373cc7Copy full SHA for e373cc7
public/styles/logo.svg
templates/bundles/ApiPlatformBundle/SwaggerUi/index.html.twig
@@ -3,6 +3,7 @@
3
{% block stylesheet %}
4
{{ parent() }}
5
<link rel="stylesheet" href="{{ asset('/api/v2/styles/swagger-ui.css', assetPackage) }}">
6
+ <link rel="shortcut icon" type="image/svg" href="{{ asset('/api/v2/styles/logo.svg', assetPackage) }}" />
7
{% endblock %}
8
9
{% block header %}
0 commit comments