mirror of
https://github.com/foss42/apidash.git
synced 2025-06-05 10:20:44 +08:00
fixed missing semicolon
This commit is contained in:
@ -56,7 +56,7 @@ using (var request = new HttpRequestMessage(HttpMethod.{{ method | capitalize }}
|
||||
},
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
}
|
||||
};
|
||||
''';
|
||||
|
||||
final String kTemplateRawBody = '''
|
||||
|
Reference in New Issue
Block a user