mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed wrong url to KiCad API in user settings if using a prefixed reverse proxy
This fixes issue #587
This commit is contained in:
parent
1bf9f25ded
commit
b3b2782f45
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
<button class="btn btn-outline-dark d-print-none btn-sm" data-clipboard-text="{{ absolute_url('/en/kicad-api/') }}">
|
||||
<i class="fas fa-copy"></i>
|
||||
</button>
|
||||
<span>{{ absolute_url('/en/kicad-api/') }}</span>
|
||||
<span>{{ url("kicad_api_root") | replace({"v1/": ""}) }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue