mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Revert "Use base path including the server name and protocol."
This reverts commit 15a036f2c6
.
This commit is contained in:
parent
15a036f2c6
commit
1c2b155adf
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
</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 %}
|
||||
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue