mirror of
https://github.com/foss42/apidash.git
synced 2025-06-06 03:18:43 +08:00
corrected header
This commit is contained in:
@ -42,7 +42,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
|
|
||||||
final String kTemplateHeadersFormData = """
|
final String kTemplateHeadersFormData = """
|
||||||
{% for key, val in headers %}
|
{% for key, val in headers %}
|
||||||
.header("{{ key }}", "{{ val }}"){% if not loop.last %};{% endif %}
|
.header("{{ key }}", "{{ val }}"){% if loop.last %};{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user