We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451895c commit ec6888eCopy full SHA for ec6888e
templates/node/base/requests/api.twig
@@ -5,4 +5,4 @@
5
{% for key, header in method.headers %}
6
'{{ key }}': '{{ header }}',
7
{% endfor %}
8
- }, payload{% if method.type == 'location' %}, 'arraybuffer'{% endif %});
+ }, payload{% if method.type == 'location' %}, 'arraybuffer'{% endif %});
0 commit comments