{% if data.host is defined -%}
{{ data.https ? 'https://' : 'http://' -}}
@@ -234,9 +227,9 @@
{% if enableSandbox %}
{% if app.request is not null and data.https and app.request.secure != data.https %}
- Please reload the documentation using the scheme {% if data.https %}HTTPS{% else %}HTTP{% endif %} if you want to use the sandbox.
+ Please reload the documentation using the scheme HTTP if you want to use the sandbox.
{% else %}
-