Change SC-api endpoint /testid/ to /testid, SC-2844
This commit is contained in:
parent
e7c08384f1
commit
ffe3f2c0fb
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{% block usebackend %}
|
{% block usebackend %}
|
||||||
http-response set-header Access-Control-Allow-Origin "*"
|
http-response set-header Access-Control-Allow-Origin "*"
|
||||||
use_backend {{ site_name }}__default if { path_beg /testid/ }
|
use_backend {{ site_name }}__default if { path_beg /testid }
|
||||||
{% endblock usebackend %}
|
{% endblock usebackend %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue