added the ending template

This commit is contained in:
Aditya Mayukh Som
2024-03-21 18:00:09 +05:30
parent ff85ed12c7
commit a6b640102c

View File

@ -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
""";
} }