mirror of
https://github.com/foss42/apidash.git
synced 2025-05-29 12:59:58 +08:00
added template for requestBody
This commit is contained in:
@ -25,4 +25,8 @@ public class Main {
|
|||||||
final String requestURL = "{{url}}";\n
|
final String requestURL = "{{url}}";\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateRequestBodyContent = '''
|
||||||
|
final String requestBody = "{{body}}";\n
|
||||||
|
''';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user