Change SC-api endpoint /testid/ to /testid, SC-2844

This commit is contained in:
Patrik Holmqvist 2025-03-24 12:05:49 +01:00
parent e7c08384f1
commit ffe3f2c0fb
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -2,6 +2,6 @@
{% block usebackend %}
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 %}