mirror of
https://github.com/foss42/apidash.git
synced 2025-06-28 11:27:06 +08:00
added template for adding fields for formData of type File
This commit is contained in:
@ -50,4 +50,8 @@ public class Main {
|
|||||||
.field("{{name}}", "{{value}}")\n
|
.field("{{name}}", "{{value}}")\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateRequestFileFormData = '''
|
||||||
|
.field("{{name}}", new File("{{value}}"))\n
|
||||||
|
''';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user