mirror of
https://github.com/foss42/apidash.git
synced 2025-12-10 15:23:19 +08:00
added the ending template
This commit is contained in:
@@ -62,4 +62,12 @@ public class Main {
|
|||||||
.boundary("{{boundary}}")\n
|
.boundary("{{boundary}}")\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateRequestEnd = """
|
||||||
|
.asJson();
|
||||||
|
System.out.println(response.getStatus());
|
||||||
|
System.out.println(response.getBody());
|
||||||
|
}
|
||||||
|
}\n
|
||||||
|
""";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user