Skip to content

Commit

Permalink
Update API url in select box in 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 21, 2024
1 parent bbe6d58 commit 2504c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Blocks/_infoBox.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set admin_url = 'https://v1.demo.sylius.com/admin' %}
{% set api_url = 'https://v1.demo.sylius.com/api/v2/docs' %}
{% set api_url = 'https://v1.demo.sylius.com/api/v2' %}

<style>
.info-box {
Expand Down

0 comments on commit 2504c84

Please sign in to comment.