mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 16:57:07 +08:00
updated function signature
This commit is contained in:
@ -117,8 +117,9 @@ public class Main {
|
|||||||
''';
|
''';
|
||||||
|
|
||||||
String? getCode(
|
String? getCode(
|
||||||
RequestModel requestModel,
|
RequestModel requestModel, {
|
||||||
) {
|
String? boundary,
|
||||||
|
}) {
|
||||||
try {
|
try {
|
||||||
String result = "";
|
String result = "";
|
||||||
bool hasBody = false;
|
bool hasBody = false;
|
||||||
|
Reference in New Issue
Block a user