mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 06:42:07 +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 = """
|
||||
{% for key, val in headers %}
|
||||
.header("{{ key }}", "{{ val }}"){% if not loop.last %};{% endif %}
|
||||
.header("{{ key }}", "{{ val }}"){% if loop.last %};{% endif %}
|
||||
{% endfor %}
|
||||
""";
|
||||
|
||||
|
Reference in New Issue
Block a user