Skip to content

Commit

Permalink
Fixed wrong url to KiCad API in user settings if using a prefixed rev…
Browse files Browse the repository at this point in the history
…erse proxy

This fixes issue #587
  • Loading branch information
jbtronics committed Apr 28, 2024
1 parent 1bf9f25 commit b3b2782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/users/_api_tokens.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit b3b2782

Please sign in to comment.