Revert "Use base path including the server name and protocol."

This reverts commit 15a036f2c6.
This commit is contained in:
Jan Böhmer 2019-04-05 21:09:01 +02:00
parent 15a036f2c6
commit 1c2b155adf

View file

@ -18,7 +18,7 @@
{{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('app') }}
{% endblock %} {% endblock %}
</head> </head>
<body data-base-url="{{ app.request.schemeAndHttpHost }}{{ app.request.baseUrl }}/{{ app.request.locale }}"> <body data-base-url="{{ app.request.basePath }}/{{ app.request.locale }}">
{% block body %} {% block body %}
<header> <header>